Can I use the API from a browser or does it require a backend?
CORS is enabled for calls from browsers only when you use a scoped key configured with an allowed-origin. The default API key format is server-only — do not embed it in JavaScript shipped to end users. For client-side use, generate a scoped key in the dashboard, set its allowed origins, and treat it like a public token.