POST
Create Voice

Authorizations

Authorization
string
header
required

An EESI API key (sk-eesi-...) or a Clerk session token.

Headers

authorization
string | null
X-API-Key
string | null

Body

multipart/form-data
file
file
required
name
string
required
Required string length: 1 - 255
ref_text
string | null
engine
enum<string>
default:nur-tts-v1
Available options:
nur-tts-v1,
omnivoice
category
enum<string>
default:general
Available options:
general,
conversational,
narrative,
podcast,
customer-service,
corporate,
advertising,
characters
description
string | null
Maximum string length: 500
language
string | null
Maximum string length: 16
gender
enum<string> | null
Available options:
female,
male,
neutral
accent
string | null
Maximum string length: 32

Response

Successful Response

voice_id
string
required
name
string
required
engine
string
required
status
enum<string>
required
Available options:
processing,
ready,
failed
has_ref_text
boolean
required
created_at
string<date-time>
required
error
string | null
ref_text
string | null
is_builtin
boolean
default:false
category
string | null
description
string | null
language
string | null
gender
string | null
country
string | null
accent
string | null
used_by_count
integer
default:0
used_by_names
string[]