POST /api/v1/collections//ingest
Ingest one or more URLs into the collection’s unified knowledge graph. Each URL is fetched, parsed by LLM, and its claims/predictions/edges are extracted and accumulated into the collection TKG. Note: Ingestion is synchronous: the request completes only after all URLs are processed. Each URL typically takes 10–30 seconds. Send URLs one at a time for best reliability.Request Body
string
required
URL to ingest. The page is crawled and its claims/predictions/edges are extracted into the collection TKG.
string
default:"private"
Access control for the ingested content.
private or public.
