클론 보이스를 포함하여 어떤 보이스가 몇 분 동안 사용되었는지 확인할 수 있습니다.
날짜는 UTC+0 기준임을 유의하시기 바랍니다.
요청 파라미터
파라미터 | 필수 | 설명 |
---|---|---|
start_date | ✅ | 조회 시작일 (형식: YYYY-MM-DD , UTC+0 기준) |
end_date | ✅ | 조회 종료일 (형식: YYYY-MM-DD , UTC+0 기준) |
x-sup-api-key | ⭕ | 인증용 API Key (Header에 포함) |
예시 요청
응답 예시
활용 예시
- 특정 날짜별 TTS 사용량 합산
- 어떤 캐릭터/스타일이 많이 쓰였는지 파악
- 월별 예산 관리 또는 내부 보고용 로그로 활용 가능
유의사항
- 조회 가능한 최대 기간은 30일입니다.
- 해당 기간 동안 사용 기록이 없으면 빈 배열이 반환됩니다.
total_minutes_used
는 실제 생성된 음성의 길이를 기반으로 합니다.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
The API key to authenticate and authorize access to the service. This key is required for every request.
Query Parameters
The start date in YYYY-MM-DD format.
Example:
"2024-11-01"
The end date in YYYY-MM-DD format.
Example:
"2024-11-30"
Response
A list of TTS API usage records matching the specified date range.