Getting started

How do I authenticate requests?

Pass your API key as a Bearer token in the Authorization header. You manage keys — creating, naming, and revoking them — entirely from the dashboard. Never expose a live key in client-side code; keep it server-side.

Related questions