Authentication
Use an API key in the Authorization header. Keys are private credentials: do not place them in browser code, public repositories, screenshots or client-side applications.
Authorization: Bearer YOUR_API_KEYThe X-API-Key header is also accepted for server-to-server integrations. Query-string keys are supported only for legacy compatibility and are not recommended.
Rate-limit headers
X-RateLimit-Limit: 120
X-RateLimit-Remaining: 119
X-RateLimit-Reset: 1784457600
