GET
/
v1
/
voice-usage
curl --request GET \
  --url https://supertoneapi.com/v1/voice-usage \
  --header 'x-sup-api-key: <x-sup-api-key>'
{
  "usages": [
    {
      "date": "<string>",
      "voice_id": "<string>",
      "voice_name": "<string>",
      "voice_style": "<string>",
      "voice_language": "<string>",
      "total_minutes_used": 123
    }
  ]
}

Headers

x-sup-api-key
string
required

API key for the service

Query Parameters

start_date
string
required

The start date in YYYY-MM-DD format.

end_date
string
required

The end date in YYYY-MM-DD format.

Response

200
application/json
A list of TTS API usage records matching the specified date range.
usages
object[]
required