cURL
curl --request GET \ --url https://api.chatling.ai/v2/usage/ai-credits \ --header 'Authorization: Bearer <token>'
{ "status": "success", "data": { "used": 55, "max": 3000 } }
Get the AI credits usage for the project.
success
error
Show properties