cURL
curl --request GET \ --url https://openapi.enginy.ai/v1/credits \ --header 'x-api-key: <api-key>'
{ "status": "success", "message": "<string>", "data": { "balance": 123, "nextRenewalDate": "2023-12-25", "monthlyPlanCredits": 123, "monthlyAddonCredits": 123 } }
Retrieve current credit balance and plan information.
Required scope: ALL Rate limit: 100 requests per minute
Required scope: ALL
ALL
Rate limit: 100 requests per minute
Credits information retrieved successfully
success
Show child attributes