기간별로 어떤 보이스를 얼마나 사용했는지 확인할 수 있는 API로, 음성 생성 내역 확인에 유용합니다.
파라미터 | 필수 | 설명 |
---|---|---|
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
.