Questions & Answers
Ask a question
Asks a question (in reference to a document), returning a question ID and a job status ID to track the completion state.
POST
Headers
Body
application/json
The ID of the user asking the question.
The IDs of the documents used to answer the question.
The chunking algorithm to use for the question.
The text body of the question.
The LLM provider to use for answering the question. Options: openai
or vllm
.
The mode for generating answers. Options: normal
, or reasoning
.