All API requests must include your API key in the Authorization header. You can find your API key in Settings › General (REST API Keys section) or Profile › API Tokens.
Authorization: Bearer YOUR_API_KEY Content-Type: application/json
curl -X GET "/api/v1/guides" \ -H "Authorization: Bearer pk_live_abc123def456" \ -H "Content-Type: application/json"
API requests are limited to 1,000 requests per minute per API key. Rate limit headers are included in every response: X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset.