How to Ask
Ask a question in a conversation. Response is streamed via server-sent events.
Authorizations
AuthorizationstringRequired
API key provided as a Bearer token in the Authorization header.
Body
conversationIdstring · uuidRequired
modelstring · enumRequiredPossible values:
questionstringRequired
selectedAnswerApproachstring · enumOptionalPossible values:
Responses
200
Successfully answered the question.
text/event-stream
Responsestring
401
Unauthorized access, invalid API key.
application/json
429
Rate limit exceeded.
application/json
post
/v1/askServer-Sent Events
References
Last updated