This public endpoint handles chat interactions with images, enabling AI-powered visual analysis and conversation. Users can submit queries about specific documents containing images. Parameters:
query (required): The user’s question or prompt about the image(s). This text will be used to analyze and generate responses about the visual content.document_ids (required): List of document IDs containing images to analyze (min: 1, max: 5 documents). These documents must be accessible to the user.model (optional): Specific vision-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:answer: The AI-generated response analyzing the images based on the user’s query.
The system will process the specified documents, analyze their visual content in relation to the query, and provide relevant insights and answers.Bearer token authentication
Request serializer for chat image analysis.
The user's question or prompt about the image(s) for AI-powered visual analysis
List of document IDs containing images to analyze (1-5 documents)
1 - 5 elementsSpecific vision-language model to use for analysis (optional)
Specifies whether this chat interaction is private
Image analysis output
Response serializer for chat image analysis results.
The AI-generated response analyzing the images based on the user's query