Requesting and Using API Key
How to request API key
Should you require a dedicated API key, kindly open a support ticket on our Discord. In your request, please include detailed information about your project and how you intend to utilize our APIs.
How to use API key
Pass apikey
header besides the request, the response contains X-RateLimit-Limit-Second
as the rate limit and X-RateLimit-Remaining-Second
as the number of remaining requests for current second. To check that the API key works, you should see different rate-limit with and without the key.
Last updated