API v1 Endpoint Reference
Reference all Manifest AI API v1 account, profile, document, action, result, export, and deletion endpoints.
API v1 is a server-to-server REST interface rooted at https://manifestai.io/api/v1. Protected endpoints use scoped Bearer keys and return X-Request-Id on every response.
Endpoints
These endpoints form the stable API v1 surface.
- GET /api/v1
- Discover API version, documentation, and specification links.
- GET /api/v1/account
- Read plan entitlement, credits, scopes, and current limits.
- GET /api/v1/profiles
- List accessible saved layout profiles.
- POST /api/v1/documents
- Submit a PDF for durable processing.
- GET /api/v1/documents
- List portal and API documents with cursor pagination.
- GET /api/v1/documents/{id}
- Read lifecycle status, result, metadata, and resource links.
- POST /api/v1/documents/{id}/actions
- Pause, resume, or cancel processing.
- GET /api/v1/documents/{id}/export
- Download the completed Excel workbook.
- DELETE /api/v1/documents/{id}
- Delete retained customer content after terminal state.
Machine-readable contract
Import the OpenAPI 3.1 document into compatible tooling.
OpenAPI URL
https://manifestai.io/api/openapi