Welcome to the Oktavius ERP API
Retrieve structured document extraction results from Oktavius ERP directly into your own systems — ERP, Materialwirtschaft, invoicing, or any other software.What You Can Do
- Query extractions by Auftragsnummer — find all extracted Regiescheine for a specific order
- Retrieve line items — get article numbers, quantities, prices, and descriptions
- Poll for new results — use the
sinceparameter to check for extractions completed after your last sync
How It Works
Authentication
All API requests require a Bearer token in theAuthorization header:
- Tokens start with
okt_live_(production) orokt_test_(testing) - Default rate limit: 1,000 requests per hour
- Tokens are scoped to your organization — you only see your own data
- Tokens expire after 90 days (renewable)
To request an API token, contact your Oktavius administrator or email info@texterous.com.
Quick Example
- cURL
- JavaScript
- Python