Get a document
Inspect one canonical document and retrieve selected content.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Optional client session identifier.
Body
Canonical URL from a result's canonical_url; lookup alternative to doc_id. Either doc_id or canonical_url is required.
Controls for returned document content: selection strategy, format, size cap, and continuation range.
Reserved for internal evaluation harnesses; ignored for public callers.
Canonical document identifier (UUID) from a search result's doc_id; stable across searches and recrawls. Either doc_id or canonical_url is required.
"0c944fa8-4c8f-4f48-9b08-0fb2fd3438ec"
Sections to return. Omit it for everything available; otherwise an allowlist of passages, capture_history, and content (document metadata is always returned - send just metadata for a metadata-only read).
metadata, passages, capture_history, content Query context for passage selection: with content.selection query_relevant, content and passages are chosen for relevance to this text.
Response
Document payload.
A URL to the JSON Schema for this object.
"https://search-api-staging-779189860552.europe-west1.run.app/DocumentResponse.json"