Authorization

All endpoints are secured by our firewall and Cloudflare. To successfully bypass these protections, requests must include both an Authorization header and a custom User-Agent.

Each request must contain the following headers:

name
value

authorization

Bearer ak_abcde...

content-type

application/json

You can see who has used your API key by visiting the Metrics tab. Failed request won't count when the authorization is used.

Last updated