This public endpoint processes document analysis requests and initiates the analysis pipeline. Users can submit queries to analyze specific documents. Request Body:
query (required): The analysis request or question about the documents. This text will be used to analyze and generate responses about the document content.document_ids (required): 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.Bearer token authentication
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