Asks the AI assistant a question and returns a grounded, cited answer from your documentation.
Returns an answer with citations.
POST
/assistant/askBearer token — `Bearer dxb_live_…`.
The project whose content grounds the answer.
The natural-language question.
Continue an existing conversation.
Response
200Answer with citations
cURL
curl --request POST \
--url https://api.doxbrix.io/v1/assistant/ask \
--header 'Content-Type: application/json' \
--data '{
"projectId": "<string>",
"query": "<string>",
"conversationId": "<string>"
}'{ "conversationId": "cnv_01J8", "answer": "Go to Settings → Domain…", "citations": [ { "file": "publish/custom-domain", "title": "Custom domain" } ], "escalate": false }