POST
/
v1
/
custom-voices
/
cloned-voice
cURL
curl -X POST "http://api.apne2.stg.sup.band/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"
}

Request Body 항목 설명

항목필수설명
files클로닝 대상 음원
name보이스 이름
description보이스에 대한 설명

유의사항

  • files 3MB 이하의 wav 또는 mp3 파일을 지원합니다.
  • free 티어에서는 API를 통한 클로닝 음성 등록 기능을 사용할 수 없습니다.

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

200
application/json

Successfully created cloned voice

The response is of type object.