Authentication

All API endpoints require authentication using an API key. You must include your API key in the Authorization header of each request using the Bearer token format.

Getting an API Key

  1. Click here and create an account
  2. Upgrade to Pro
  3. Create a new api key

Using the API Key

Include the API key in the Authorization header of all API requests:

Authorization: Bearer YOUR_API_KEY