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

承認

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"

ボディ

application/json

Request to create a new pronunciation dictionary

name
string
必須

Name for the new pronunciation dictionary

description
string
デフォルト:""

An optional description for the pronunciation dictionary.

items
PronunciationDictItem · object[] | null

Optional initial list of pronunciation mappings

access
object

Set who can access the pronunciation dictionary

レスポンス

200 - application/json

A dictionary of text-to-pronunciation mappings

id
string
必須

Unique identifier for the pronunciation dictionary

name
string
必須

Name of the pronunciation dictionary

description
string
必須

Description of the pronunciation dictionary

is_owner
boolean
必須

Whether your organization owns the pronunciation dictionary.

access
object
必須

Who can access the pronunciation dictionary

pinned
boolean
必須

Whether this dictionary is pinned for the user

items
PronunciationDictItem · object[]
必須

List of text-to-pronunciation mappings

created_at
string
必須

ISO 8601 timestamp of when the dictionary was created

owner_id
string
必須
非推奨

ID of the user who owns this dictionary. Use is_owner instead.