Documentation Index
Fetch the complete documentation index at: https://docs.okrapdf.com/llms.txt
Use this file to discover all available pages before exploring further.
API Keys
All API requests require an API key. Generate keys in your dashboard:- Go to app.okrapdf.com/settings/api-keys
- Click Create API Key
- Copy the key (starts with
okra_)
Passing your key
Use one of these two methods:Bearer token (recommended)
Header
Security best practices
- Store keys in environment variables, not in code
- Use different keys for development and production
- Rotate keys periodically
- Revoke keys immediately if compromised
Error responses
Invalid or missing API keys return a401 status: