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

Create a new collection (brand corpus).

Request Body

string
required
Collection name, e.g. "Hyundai UK".
string
Optional URL-friendly identifier, e.g. "hyundai-uk".

GET /api/v1/collections

List all collections owned by the authenticated user.

GET /api/v1/collections/

Get a collection including its ingested URL list and their processing status.

DELETE /api/v1/collections/

Delete a collection and all its associated data (sources, chunks, claims, predictions, TKG).