Skip to main content
PATCH
/
v1
/
custom-voices
/
{voice_id}
Update cloned voice (partial update)
curl --request PATCH \
  --url https://supertoneapi.com/v1/custom-voices/{voice_id} \
  --header 'Content-Type: application/json' \
  --header 'x-sup-api-key: <api-key>' \
  --data '
{
  "name": "My Updated Voice",
  "description": "An updated warm and friendly voice for customer service"
}
'
{
  "voice_id": "voice_123456789",
  "name": "My Updated Voice",
  "description": "An updated warm and friendly voice for customer service"
}
이 문서는 영어 원문을 기반으로 자동 번역되었습니다. 표현이 어색하거나 모호한 부분이 있을 수 있으니, 정확한 내용은 영어 원문을 함께 확인해 주세요.
기존 커스텀 보이스의 메타데이터를 업데이트합니다. 기저 보이스 모델은 재학습되지 않습니다namedescription만 변경할 수 있습니다.

엔드포인트

PATCH https://supertoneapi.com/v1/custom-voices/{voice_id}

경로 파라미터

NameRequiredDescription
voice_id편집할 커스텀 보이스의 ID입니다.

요청 본문

FieldRequiredDescription
name새 보이스 이름입니다. 최대 100자.
description새 설명입니다.
최소 한 개의 필드는 반드시 제공해야 합니다.

참고사항

  • voice_id는 변경되지 않습니다. 기존 참조는 그대로 유효합니다.
  • 해당 보이스가 다른 계정에 속한 경우 403 Forbidden을 반환합니다.

함께 보기

Docs: Custom voices

커스텀 보이스의 전체 라이프사이클입니다.

Delete custom voice

커스텀 보이스를 영구적으로 제거합니다.

Authorizations

x-sup-api-key
string
header
required

Path Parameters

voice_id
string
required

Body

application/json
name
string

Name of the voice

Example:

"My Updated Voice"

description
string

Description of the voice

Example:

"An updated warm and friendly voice for customer service"

Response

Voice updated successfully

voice_id
string
required

Unique identifier for the voice

Example:

"voice_123456789"

name
string
required

Name of the voice

Example:

"My Updated Voice"

description
string | null

Description of the voice

Example:

"An updated warm and friendly voice for customer service"