POST
/
v1
/
custom-voices
/
cloned-voice
cURL
curl -X POST "https://supertoneapi.com/v1/custom-voices/cloned-voice" \
  -H "x-sup-api-key: <api-key>" \
  -F "files=@<audio-file>.wav;type=audio/wav" \
  -F "name=<voice-name>"
{
  "voice_id": "voice_123456789"
}

요청 본문 필드 설명

FieldRequiredDescription
files보이스 클로닝에 사용될 오디오 파일
name보이스의 이름
description보이스에 대한 설명

참고 사항

  • files는 3MB 이하의 WAV 또는 MP3 파일이어야 합니다.
  • name은 100자를 초과할 수 없습니다.
  • API를 통한 보이스 클로닝 등록 기능은 Free 요금제 사용자에게 제공되지 않습니다.

Headers

x-sup-api-key
string
required

API key for the service

Body

multipart/form-data

Audio file and voice metadata

The body is of type object.

Response

Successfully created cloned voice

The response is of type object.