Chat-id routes
Issue a document share link
Create a public share link for a Deep Reader chat.
POST
Create share link
Mints a public
/s/<token>/ link. Anyone with the URL can read the document. The token is the secret.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
Body
application/json
Response
Read serializer for ShareLink — exposes url as an absolute URI.

