Skip to main content
Collections let you build a per-brand private corpus by ingesting multiple URLs into one unified knowledge graph (TKG). Requires a personal access token. Master keys are rejected.

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.