Getting a Developer API key
Quick answerSign in, open Dashboard → Developer API and generate a key instantly. No approval needed.
Getting a key
- Sign in to your account.
- Go to Dashboard → Developer API.
- Click generate. Your key appears immediately.
Using it
Send your key in the request header. The dashboard shows a working curl example for the endpoint you want.
Limits
New keys start at 50 requests per day. Usage is shown in the dashboard so you can see where you stand.
Keeping it safe
Treat the key like a password — never commit it to a public repository or put it in frontend JavaScript where visitors can read it. Keep API calls on your server. If a key is exposed, deactivate it from the dashboard and generate a new one.