curl --request POST \
--url https://supertoneapi.com/v1/custom-voices/cloned-voice \
--header 'Content-Type: multipart/form-data' \
--header 'x-sup-api-key: <api-key>' \
--form files='@example-file' \
--form 'name=<string>' \
--form 'description=<string>'{
"voice_id": "voice_123456789"
}オーディオファイルをアップロードすると、クローンボイスを登録し、カスタマー登録ボイスを作成します。
curl --request POST \
--url https://supertoneapi.com/v1/custom-voices/cloned-voice \
--header 'Content-Type: multipart/form-data' \
--header 'x-sup-api-key: <api-key>' \
--form files='@example-file' \
--form 'name=<string>' \
--form 'description=<string>'{
"voice_id": "voice_123456789"
}https://supertoneapi.com/v1/custom-voices/cloned-voice
| Field | Required | Description |
|---|---|---|
files | Yes | 音声クローンに使用する音声ファイル |
name | Yes | ボイスの名称 |
description | No | ボイスの説明 |
filesは3MB以下のWAVまたはMP3ファイルである必要があります。nameは100文字を超えることはできません。Audio file and voice metadata
Successfully created cloned voice
Unique identifier for the created voice
"voice_123456789"