How to Create Conversations
Create a conversation with a set of documents. A conversation must be created before asking questions to documents.
Creates a new conversation based on the document IDs.
Authorizations
AuthorizationstringRequired
API key provided as a Bearer token in the Authorization header.
Body
documentIdsstring · uuid[]Required
Responses
200
Successfully created a new conversation.
application/json
401
Unauthorized access, invalid API key.
application/json
429
Rate limit exceeded.
application/json
post
/v1/conversationsLast updated