cURL
curl --request GET \ --url https://platform.composo.ai/api/v1/usage \ --header 'API-Key: <api-key>'
{ "usage": { "monthly_token_quota": 123, "models": {}, "total_current_request_count": 123, "total_current_token_count": 123 }, "quota_reset_date": "<string>" }
Get current usage information for the authenticated user.
Successful Response
Usage endpoint response model
Show child attributes