usage
Retrieve TTS API usage data
Retrieves a list of all TTS API usage records filtered by a specified date range. All dates are in UTC+0 timezone.
get/v1/voice-usage
Query parameters
start_datestring required
Example:2024-11-01
The start date in YYYY-MM-DD format.
end_datestring required
Example:2024-11-30
The end date in YYYY-MM-DD format.
Response
A list of TTS API usage records matching the specified date range.
Changes
No recorded changes to this endpoint across all 1 revision of this API.