メインコンテンツへスキップ
POST
Create Voice
このエンドポイントは非推奨です。代わりに ボイスをクローンする を使用してください。

承認

X-API-Key
string
header
必須

ヘッダー

Cartesia-Version
enum<string>
必須

API version header.

利用可能なオプション:
2024-06-10
:

"2024-06-10"

ボディ

application/json
name
string
必須

The name of the voice.

description
string
必須

The description of the voice.

embedding
number<double>[]
必須

A 192-dimensional vector (i.e. a list of 192 numbers) that represents the voice.

language
enum<string> | null

The language that the given voice should speak the transcript in.

利用可能なオプション:
en,
fr,
de,
es,
pt,
zh,
ja,
hi,
it,
ko,
nl,
pl,
ru,
sv,
tr
base_voice_id
string | null

Pull in features from a base voice, used for features like voice mixing.

レスポンス

200 - application/json
id
string
必須

The ID of the voice.

user_id
string
必須

The ID of the user who owns the voice.

is_public
boolean
必須

Whether the voice is publicly accessible.

name
string
必須

The name of the voice.

tagline
string
必須

A few words describing the voice.

description
string
必須

A description for the voice, typically longer than the tagline if both are provided.

created_at
string<date-time>
必須

The date and time the voice was created.

language
string
必須

The voice's language, as an ISO 639-1 code (e.g. en, fr, zh)

:

"en"