Documents
Download the file
Serve the stored document file.
GET
Serve a document's file or markdown
Bytes of the stored file (or markdown when requested). HTML/SVG are forced as downloads (
nosniff) so stored markup cannot run in the browser.Authorizations
Organisation API key from Settings → API / /api/keys/. The secret is
shown once. Send Authorization: Bearer sk-abacus-…. One active key
per organisation. Ingest (/api/v2/ingest/*) refuses API keys — that
surface is Auth0-only with ingest:read / ingest:write scopes.
Path Parameters
Query Parameters
'true' to force download disposition.
'' (raw file), 'original' (md), or a language code.
Response
The response is of type file.

