Skip to main content
POST
Create Invites

承認

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

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

ヘッダー

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

API version header.

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

"2026-03-01"

ボディ

application/json

Request to invite users to the organization

emails
string[]
必須

Email addresses to invite, up to 10 per request. Each address receives a member invite.

Required array length: 1 - 10 elements

レスポンス

Create Invites

created_at
string<date-time>
必須

When the invite was created

email
string
必須

Email address the invite was sent to

expires_at
string<date-time> | null
必須

When the invite expires, if it has an expiry

id
string
必須

Unique identifier for the invite

role
enum<string>
必須

Role the invited user will receive when they accept

利用可能なオプション:
admin,
member
status
enum<string>
必須

Status of the invite

利用可能なオプション:
pending,
accepted,
revoked,
expired