Documentation Index
Fetch the complete documentation index at: https://docs.polyhistorical.com/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
All API requests require an API key. Include your key in theX-API-Key header with every request.
Getting your API key
- Create an account (free, no credit card required)
- Verify your email
- Go to your Dashboard and navigate to API Keys
- Click Create New Key and give it a name
- Copy the key immediately — it won’t be shown again
Using your API key
Include the key in theX-API-Key header:
API key limits by plan
| Plan | Max API Keys |
|---|---|
| Starter (Free) | 1 |
| Pro | 3 |
| Enterprise | 33 |
Security best practices
- Store keys in environment variables, not in code
- Use different keys for development and production
- Rotate keys periodically
- Revoke unused keys from your dashboard