Getting Started
Authentication
All API requests require a Bearer token in the Authorization header.
Get your API key from the Dashboard after signing up.
Example: Authorization: Bearer sk_live_your_api_key
Keep your API key secret. Never expose it in client-side code. If a key is compromised, revoke it immediately from Dashboard > API Keys.