1. Obtaining an API Key

Currently, you can contact the customer support team to obtain an API Key.

You can obtain an API Key for each project.

2. How to Authenticate API Requests

When making API requests, you must always include the API Key in the Authorization Header using the Bearer method.

Authorization: Bearer <token>