/v1/health) require an API key passed in the X-API-Key header.
Getting a key
Sign up at gildea.ai to receive your API key. Keys are prefixed withgld_.
Using your key
Include the key in every request:Tiers
Every tier has access to all endpoints, including hybrid search. Tiers differ only in request volume.| Tier | Rate limit | Monthly limit |
|---|---|---|
| Free | 20 req/min | 250/month |
| Pro | 60 req/min | 5,000/month |
| Team | Custom | Custom (contact sales) |
Error responses
An invalid, revoked, or expired API key returns401:
X-API-Key header is omitted entirely, the API returns 422 (missing required header). If the header is present but the key is invalid, the API returns 401.
Security
- Keys are hashed with SHA-256 before storage; we never store plaintext keys
- Need a key rotated or revoked? Contact us and we’ll revoke it immediately
- All requests are logged for usage tracking