https://api.capout.ai
Auth model
- REST endpoints use the
capout-api-keyheader. - Realtime streams use a short-lived
tokenminted fromPOST /ws/token.
Endpoint map
Upload
POST /upload: submit one PDF for processing
Status
GET /status/{document_id}: poll one documentGET /documents: list documents submitted by the authenticated organization
Credits
GET /credits: inspect the current organization balance
Realtime
POST /ws/token: mint a short-lived realtime tokenGET /sse/status: subscribe over SSEwss://api.capout.ai/ws/status: subscribe over WebSocket after minting a token