POST /api/v1/collections//answer
Ask a question and get an answer grounded only in this collection’s knowledge graph. Uses semantic search (pgvector) to retrieve the most relevant content before generating an answer. If the knowledge graph does not contain enough information to answer,grounded is set to false to prevent hallucination.
Request Body
string
required
The question to answer.
string
default:"English"
Language for the answer (e.g.
"Korean", "Japanese").POST /api/v1/collections//qa-verify
Verify existing Q&A pairs against the collection knowledge graph. Each pair receives one of three verdicts:Request Body
array
required
Array of question/answer pairs to verify (1–50).
string
default:"English"
Language for verdict summaries and corrections.

