API reference
POSTRequires Bearer token
Ask a follow-up question
/api/ai/conversations/{conversation_id}/messages
Submit `/api/ai/conversations/{conversation_id}/messages`. Authenticated routes need `Authorization: Bearer {token}` from `POST /api/v1/login`.
Path parameters
| Field | Type | Description |
|---|---|---|
conversation_id Required | string | Path parameter `conversation_id`. |
Query parameters
This endpoint has no query parameters.
Request body
| Field | Type | Description |
|---|---|---|
message Required | string | Question about the document. |
Responses
| Status | Meaning |
|---|---|
| 500 | See the example response. |