Looking for public financial filings (SEC, HKEX)? See the Data API — free, no auth required.
Base URL
All Platform API requests use the following base URL:Authentication
Include your API key in every request using one of these methods:Quick example
Endpoints
| Method | Path | Description |
|---|---|---|
| POST | /api/v1/extract | Create async extraction job |
| POST | /api/v1/extract/sync | Create sync extraction (waits up to 60s) |
| GET | /api/v1/jobs | List jobs |
| GET | /api/v1/jobs/{jobId} | Get job status |
| GET | /api/v1/jobs/{jobId}/results | Get extraction results |
| GET | /api/v1/jobs/{jobId}/export | Export as markdown/xlsx/docx |
| DELETE | /api/v1/jobs/{jobId} | Cancel a job |
| POST | /api/v1/jobs/{jobId}/schema | Structured extraction with typed fields |
| POST | /api/v1/chat | Ask questions about a document |
| POST | /api/v1/upload/signed-url | Get signed URL for large file uploads |