Base URL
Authentication
Pass your API key in theAuthorization header on every request:
Response format
Successful responses return a JSON object with the requested resource. Errors return a JSON object with anerror field and an appropriate HTTP status code.
Rate limits
Requests are limited per API key. When you exceed the limit, the API returns429 Too Many Requests. Retry with exponential backoff.