Documentation Index
Fetch the complete documentation index at: https://docstrange.nanonets.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
API Keys
All API requests require authentication via a Bearer token. You can obtain your API key from the docstrange.nanonets.com dashboard (top-right menu after signing in).Bearer Token Format
Include your API key in theAuthorization header on every request:
Rate Limits
Rate limits depend on your plan:| Plan | Limit |
|---|---|
| Free | 20 pages/min |
| Pay as you go | 300 pages/min |
| Enterprise | 100 pages/sec |
- Sync processing: Recommended for documents under 5 pages
- Async processing: Recommended for larger documents (>5 pages)
- Batch processing: Maximum 50 files per request
Auth Error Responses
| Status Code | Meaning | What to Do |
|---|---|---|
401 | Invalid or missing API key | Check that your Authorization header is correct |
403 | Access denied | Verify your key has access to the requested resource |
429 | Rate limit exceeded | Wait and retry, or upgrade your plan for higher limits |