Chat with a report
Chat with a report
POST {{baseUrl}}/{{version}}/chat/chat_report
Content-Type: application/json
X-API-KEY: <token>
{
"report_id": "f_0UwYjo28DaDWedx2JZ42rz",
"question": "hello"
}
Ask a AI question regarding a report.
Headers
Body
Question would like to ask
Response
{
"status_code": 200,
"data": {
"request_params": {
"report_id": "f_0UwYjo28DaDWedx2JZ42rz",
"question": "hello"
},
"answer": "Hello! How can I assist you today?",
"reference": [
{
"attachment": "ohHiFb3O",
"page": 2
},
{
"attachment": "kqKqBlO6",
"page": 3
},
{
"attachment": "ohHiFb3O",
"page": 3
},
{
"attachment": "ohHiFb3O",
"page": 4
}
],
"error": false
},
"detail": null,
"message": "success"
}
{
"error": "Invalid request"
}