Skip to main content
POST
Bind Third Party Voice

Authorizations

X-API-KEY
string
header
required

Cookies

la_session
string

Body

application/json

Request body for POST /v1/voices/third_party - bind a third-party voice using a secret.

provider_voice_id
string
required

Voice ID from the provider (e.g. ElevenLabs voice ID)

secret_id
string
required

ID of the space secret containing the provider API key

name
string

Name of the voice

Response

Successful Response

code
integer
default:100
data
ThirdPartyVoiceBindResponseSchema · object | null

Response from POST /v1/voices/third_party.

message
string