Quick Start
- Create an API key.
- POST your PDF to /api/v1/statements with your API key in the header.
- Receive result to your webhook endpoint or via polling.
Note: API access is available on paid plans.
Authentication
Every request must include your API key in the Authorization header, except for the unauthenticated Ping endpoint.
Authorization headerCopy
Authorization: Bearer <your_api_key_here>