Authorizations
API ID, from your settings page.
API Key, from your settings page.
Response
200 - application/json
The response is of type object
.
curl --request GET \
--url https://api.creatify.ai/api/remaining_credits/ \
--header 'X-API-ID: <api-key>' \
--header 'X-API-KEY: <api-key>'
{
"remaining_credits": 123
}
curl --request GET \
--url https://api.creatify.ai/api/remaining_credits/ \
--header 'X-API-ID: <api-key>' \
--header 'X-API-KEY: <api-key>'
{
"remaining_credits": 123
}
API ID, from your settings page.
API Key, from your settings page.
The response is of type object
.