Developer API documentation

Introduction

This developer API allows you to use the tools from this website in your own software projects.

API credits

Using the developer API is not free. You need API credits to use the API. Check your account page on how to purchase API credits.

Credits are only used for successful POST requests. You won't be charged for validation errors, invalid requests, or GET requests.

Authentication

Every request to the API must include your API token. You can find your API token on your account page. The token must be included using the authorization header:

Authorization: Bearer YOUR_API_TOKEN

You can check the usage examples page for practical examples.