This public endpoint processes document analysis requests and initiates the analysis pipeline. Users can submit queries to analyze specific documents.
Request Body:
query: The analysis request or question about the documents. This text will be used to analyze and generate responses about the document content.document_ids: List of document IDs to analyze. These documents must be accessible to the user.model (optional): Specific language model to use for analysis. If not provided, the system will use the default configured model.private (optional): Specifies whether this chat interaction is private.Response:
uuid: Unique identifier to track and retrieve the analysis results.chat_session_id (deprecated): Unique identifier to track and retrieve the analysis results.
WARNING: this endpoint is deprecated and will be removed in a future version. Please use /v3/threads/turns generic endpoints insteadBearer authentication header of the form Bearer <token>, where <token> is your auth token.
Request serializer for processing document analysis.
The analysis request or question about the documents
List of document IDs to analyze (1-5 documents)
1 - 5 elementsSpecific language model to use for analysis (optional)
Specifies whether this chat interaction is private