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.
object