Skip to main content
GET
Get API Key

Authorizations

Authorization
string
header
default:$CARTESIA_ADMIN_API_KEY
required

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

Headers

Cartesia-Version
enum<string>
default:2026-03-01
required

API version header.

Available options:
2026-03-01
Example:

"2026-03-01"

Path Parameters

id
string
required

The ID of the API key. This does not start with sk_.

Example:

"00000000-0000-4000-8000-000000000001"

Response

Metadata for a standard API key.

id
string
required

Stable identifier for the API key. Safe to expose.

description
string
required

Human-readable description set when the key was created.

created_at
string<date-time>
required

When the API key was created.

creator_email
string | null

Email of the user who created the key. null for older keys with no recorded creator.

creator_still_in_org
boolean | null

Whether the creator is still a member of the organization. null for older keys with no recorded creator.

creator_image_url
string | null

URL of the creator's avatar. Returned as null when the creator is no longer in the organization, and for older keys with no recorded creator.