This API endpoint allows you to check your account credit balance.

Response

HTTP/1.1 200 OK
{
    "success": true,
    "credits_info": {
        "credits_remaining": 100
    }
}

Response parameter

ParameterTypeDefinition
"credits_remaining"[integer]Credit balance available in your account

Other Response

The response you get when the API key is invalid:

HTTP/1.1 401 Unauthorized
{
    "result": "Invalid API key",
    "success": false
}
Language
Click Try It! to start a request and see the response here!