Send a message to the AI assistant and receive a response with citations.
Request Body
Parameter
Type
Description
messagerequired
string
The user's question or message
Response
json
{
"response": "Based on the documents, the key findings are...",
"citations": [
{
"document_name": "research-paper.pdf",
"page_number": 5,
"content": "The study found that...",
"chunk_id": "uuid"
}
]
}