Skip to main content
POST
/api/v1/audio/voice-changer/quote
이 엔드포인트는 /audio/voice-changer/queue 호출 전에 사용하여 지정한 길이의 원본 녹음을 변환하는 USD 비용을 추정합니다. 보이스 체인저는 원본 길이를 다음 정수 분으로 올림해 청구됩니다. 큐 응답이 측정된 duration_seconds를 반환하므로 추정치를 대조할 수 있습니다. 보이스 체인저 모델은 /audio/quote에서 허용되지 않습니다.

Postman 컬렉션

추가 예제는 이 Postman 컬렉션을 참조하세요.

인증

Authorization
string
header
필수

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

본문

application/json
model
string
필수

The voice-changer model to price. Models that are not voice changers are not supported here; use /api/v1/audio/quote instead.

예시:

"elevenlabs-voice-changer"

duration_seconds
필수

Length of the source recording in seconds. Voice Changer preserves timing, so the source length is the billable quantity, priced in whole-minute tiers. This is an estimate: the charge is computed from the length Venice measures server-side when the recording is queued. The per-model maximum is published as max_source_audio_duration_seconds in /models.

필수 범위: x > 0
예시:

60

응답

Estimated price for a conversion of the given source length

quote
number
필수

Estimated price in USD for converting a recording of the given length.

예시:

0.35

duration_seconds
number
필수

The source length this quote was computed for.

예시:

60