Authentication
Parselyze uses API key authentication for public parsing endpoints.
API Key Header
Include your API key in requests:
x-api-key: your_api_key_here
Getting Your API Key
- Log in to Parselyze
- Go to Dashboard → API Keys
- Generate a key
- Store it securely
Security note: the full key is only shown once when it is created.
Public API Endpoints Using API Keys
POST /documents/parsePOST /v1/documents/parse/asyncGET /v1/jobs/:jobId
Best Practices
- Use different API keys for development and production
- Rotate keys periodically
- Never commit keys to source control
- Store keys in environment variables or a secrets manager
Common Errors
| Status | Meaning |
|---|---|
401 | Missing or invalid API key |
429 | Rate limit exceeded |
See Error Handling.
Base URL
https://api.parselyze.com