Base URL
The current REST API endpoint is:Header
Send your API key in theX-API-Key header.
Test Your API Key
Call/me to verify the key.
Authentication Errors
Missing API key
Missing API key
If no API key is provided, the API returns
401 Unauthorized.Invalid API key
Invalid API key
If the API key is invalid, the API returns
403 Forbidden.Security Notes
Keep keys server-side
Keep keys server-side
API keys are designed for backend requests. Do not use them directly in browser-side code.
Store keys securely
Store keys securely
Store API keys in environment variables or a secrets manager.
Rotate exposed keys
Rotate exposed keys
Replace an API key if it appears in client code, logs, screenshots, or public repositories.