POST
/
api
/
v0
/
questions
{
  "job_status_id": "<string>",
  "status": "<string>",
  "error_message": "<string>",
  "question_id": 123
}

Headers

authorization
string

Body

application/json
user_id
integer
required

The ID of the user asking the question.

document_ids
integer[]
required

The IDs of the documents used to answer the question.

chunk_type
string
required

The chunking algorithm to use for the question.

question
string
required

The text body of the question.

llm_provider
string
default:openai

The LLM provider to use for answering the question. Options: openai or vllm.

answer_mode
string
default:reasoning

The mode for generating answers. Options: normal, or reasoning.

Response

200
application/json
Successful Response
job_status_id
string
required
status
string
required
error_message
string | null
required
question_id
integer
required