Base URL:Documentation Index
Fetch the complete documentation index at: https://docs.capout.ai/llms.txt
Use this file to discover all available pages before exploring further.
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 automatic Xactimate export
Status
GET /status/{document_id}: poll one document’s workflow stateGET /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