Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.useanima.sh/v1/billing/usage \ --header 'Authorization: Bearer <token>'
{ "period": "<string>", "usage": { "message_sent": 1, "message_received": 1, "sms_sent": 1, "sms_received": 1, "call_minute": 1, "embedding_generated": 1 } }
JWT Bearer token obtained from authentication. Pass as: Authorization: Bearer
OK
Usage metrics for a specific billing period
Billing period in YYYY-MM format
^\d{4}-\d{2}$
Breakdown of resource usage by category
Show child attributes