期間ごとのボイス使用履歴を返します。
パラメータ | 必須 | 説明 |
---|---|---|
start_date | ✅ | 照会開始日(形式:YYYY-MM-DD 、UTC+0基準) |
end_date | ✅ | 照会終了日(形式:YYYY-MM-DD 、UTC+0基準) |
x-sup-api-key | ⭕ | 認証用API Key(Headerに含む) |
total_minutes_used
は実際に生成された音声の長さを基にします。Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
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
.