Skip to main content
POST
Clone a custom voice from audio

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Idempotency-Key
string
required

Unique key for safe retries of job creation requests.

Required string length: 8 - 128

Body

application/json
name
string
required
audio_url
string<uri>
required

Response

Custom voice created.

id
string
required
object
string
required
Allowed value: "custom_voice"
name
string
required
status
enum<string>
required
Available options:
ready
voice_type
enum<string>
Available options:
clone,
design
description
string | null
preview_url
string<uri> | null
created_at
string<date-time> | null