Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.oktavius.ai/llms.txt

Use this file to discover all available pages before exploring further.

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 since parameter to check for extractions completed after your last sync

How It Works

Authentication

All API requests require a Bearer token in the Authorization header:
Authorization: Bearer okt_live_your_token_here
Token details:
  • Tokens start with okt_live_
  • 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 -X GET "https://api.oktavius.ai/v1/openapi/extractions?auftragsnummer=22201161" \
  -H "Authorization: Bearer okt_live_your_token_here"

Support

Questions or issues? Email info@texterous.com.