Asks the AI assistant a question and returns a grounded, cited answer from your documentation.
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_…`.
Response
200Answer with citations
cURL
curl --request POST \ --url https://api.doxbrix.io/v1/assistant/ask
{ "conversationId": "cnv_01J8", "answer": "Go to Settings → Domain…", "citations": [ { "file": "publish/custom-domain", "title": "Custom domain" } ], "escalate": false }