Base URL
Authentication
Every request requires a Personal Access Token (PAT), a long-lived credential scoped to one organization and user. PATs are prefixedpat_.
Errors
All error responses have adetail field.
| Status | Meaning |
|---|---|
400 | Invalid parameters or book in wrong state (e.g. not yet parsed) |
401 | Missing or invalid token |
403 | Token doesn’t have access to this resource |
404 | Resource not found |
500 | Server error |
Sections
Authentication
Generate and verify PAT tokens.
Books
Submit documents, poll parse status, fetch analytics and exports.
Embed
Create embed tokens and iframe parsed reports.
OpenAPI spec
Full interactive reference with all schemas and response shapes.