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.