期間別にどのボイスをどれくらい使用したかを確認できるAPIで、音声生成履歴確認に有用です。
このAPIは指定した期間中のTTS API使用履歴を照会します。
クローンボイス含め、どのボイスを何分間使用したかを把握できます。
照会日付はUTC+0基準であることにご注意ください。
パラメータ | 必須 | 説明 |
---|---|---|
start_date | ✅ | 照会開始日(形式:YYYY-MM-DD 、UTC+0基準) |
end_date | ✅ | 照会終了日(形式:YYYY-MM-DD 、UTC+0基準) |
x-sup-api-key | ⭕ | 認証用API Key(Headerに含む) |
total_minutes_used
は実際に生成された音声の長さを基にします。The API key to authenticate and authorize access to the service. This key is required for every request.
The start date in YYYY-MM-DD format.
"2024-11-01"
The end date in YYYY-MM-DD format.
"2024-11-30"
A list of TTS API usage records matching the specified date range.
The response is of type object
.