Documentation Index
Fetch the complete documentation index at: https://docs.webacy.com/llms.txt
Use this file to discover all available pages before exploring further.
API Keys
All API requests require authentication using an API key passed in thex-api-key header.
Getting Your API Key
- Visit developers.webacy.co to sign up
- Generate your API key
- Copy and securely store your key
Using Your API Key
Include your API key in thex-api-key header with every request:
Example Requests
Authentication Errors
| Status Code | Description |
|---|---|
| 401 | Missing or invalid API key |
| 403 | API key lacks required permissions |
| 429 | Rate limit exceeded (see Rate Limits) |
Example Error Response
Best Practices
- Rotate keys periodically - Generate new keys and deprecate old ones on a regular schedule
- Use separate keys - Maintain different keys for development, staging, and production
- Monitor usage - Check the API Usage endpoint regularly
- Revoke compromised keys - If a key is exposed, revoke it immediately in your dashboard
- Server-side only - Never expose your API key in client-side code or mobile apps
