v1
latestOpenAPI 3.0.32026-07-265278189.1 KBMetaInformation
Check Usage and Limits
get/v2/usage
Response
The account's usage and limits.
Example response
{
"character_count": 180118,
"character_limit": 1250000,
"products": [
{
"product_type": "write",
"billing_unit": "characters",
"account_unit_count": 5643,
"character_count": 5643
}
],
"api_key_character_count": 636,
"api_key_character_limit": 1000000000000,
"speech_to_text_minutes_count": 30,
"speech_to_text_minutes_limit": 600,
"speech_to_speech_minutes_count": 12,
"speech_to_speech_minutes_limit": 600,
"start_time": "2025-05-13T09:18:42Z",
"end_time": "2025-06-13T09:18:42Z"
}