cURL
curl --request GET \ --url https://openapi.genesy.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
Current credit balance
Date when credits will renew for the next billing cycle
Number of credits included in the monthly plan
Number of additional credits purchased as monthly addons