Skip to main content
PATCH
Update cloned voice (partial update)
이 문서는 영어 원문을 기반으로 자동 번역되었습니다. 표현이 어색하거나 모호한 부분이 있을 수 있으니, 정확한 내용은 영어 원문을 함께 확인해 주세요.
기존 커스텀 보이스의 메타데이터를 업데이트합니다. 기저 보이스 모델은 재학습되지 않습니다namedescription만 변경할 수 있습니다.

엔드포인트

경로 파라미터

요청 본문

최소 한 개의 필드는 반드시 제공해야 합니다.

참고사항

  • 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"