API Keys and credits
You can check the status and the number of credits associated with your API key by calling the checkKey
endpoint.
This request is not authenticated, meaning you do not need to pass the X-API-Key
header.
Example Response:
In the response:
"apiKeyValid"
: Boolean indicating if the API key is valid."credits"
: The number of credits associated with your API key.
For more information on the checkKey
endpoint, check the API reference.
Last updated