cURL
curl --request GET \ --url https://api.example.com/v2/credits \ --header 'x-api-key: <x-api-key>'
{ "success": true, "data": { "credits": 4825 }, "metadata": { "action": "get_credits", "credits_consumed": 0, "timestamp": "2025-01-15T10:30:00.000000" } }
Check your current credit balance
Show Properties
Was this page helpful?