メインコンテンツへスキップ
POST
Clone Voice

承認

Authorization
string
header
デフォルト:$CARTESIA_API_KEY
必須

Cartesia API key (sk_car_...). Get one at play.cartesia.ai/keys.

ヘッダー

Cartesia-Version
enum<string>
デフォルト:2026-03-01
必須

API version header.

利用可能なオプション:
2026-03-01
:

"2026-03-01"

ボディ

multipart/form-data
clip
file
必須

See Clone Voices for guidance on choosing a clip.

Supported audio formats: flac, mp3, mpeg, mpga, oga, ogg, wav, webm

name
string
必須

The name of the voice.

language
enum<string>
必須

The language of the voice.

利用可能なオプション:
en,
fr,
de,
es,
pt,
zh,
ja,
hi,
it,
ko,
nl,
pl,
ru,
sv,
tr,
tl,
bg,
ro,
ar,
cs,
el,
fi,
hr,
ms,
sk,
da,
ta,
uk,
hu,
no,
vi,
bn,
th,
he,
ka,
id,
te,
gu,
kn,
ml,
mr,
pa
tagline
string
デフォルト:""

A few words describing the voice. At most 32 characters.

description
string | null

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

base_voice_id
string | null

Optional base voice ID that the cloned voice is derived from.

access[type]
enum<string>
デフォルト:private
  • private: only your organization can use the voice
  • public: anyone can use the voice
利用可能なオプション:
private,
public

レスポンス

200 - application/json
id
string
必須

The ID of the voice. Find one in the Voice Library or via List Voices.

access
object
必須

Who can access the voice

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"

is_public
boolean
必須
非推奨

Whether the voice is publicly accessible. Always false on this endpoint.

user_id
string
必須
非推奨

The ID of the user who owns the voice.