cURL
curl --request POST \ --url http://localhost:3000/v1/analyses/{id}/chat \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "message": "<string>" } '
Returns the full response (non-streaming). SSE streaming variant lands in Phase 5.B. Chat history is persisted per-analysis; pass /chat repeatedly to maintain conversation.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1 - 4000
Default Response