Create a new customer
Authorizations
JWT access token obtained from the /auth/token endpoint.
This
Admin APIis separate from theCorti APIused for speech recognition, text generation, and agentic workflows. Authentication and scope for theAdmin APIuses email-and-password to obtain a bearer token via /auth/token. This token is only used for API administration.
Path Parameters
Unique identifier of your project in the Corti API Console.
To find it, open your project at console.corti.app, go to Settings, and copy the value from the Project ID field.
"consoleproject"
Body
Human-readable display name for the customer
^[\w\s\d-_/]+$"admin"
Unique identifier for the customer
64^[a-z0-9-_]+$"contosohospital"
Deprecated. The tenant is inherited from the project's configured tenant.
14^[a-z0-9]+$"base"
Deprecated. The region is inherited from the project's configured region. Supplying a mismatched value returns a 400.
"eu"
Flag indicating if this is a Not-For-Resale (NFR) customer account.
false
Data retention period in minutes. When set, interactions older than this value are automatically deleted. Null means no automatic deletion. If omitted, the project's default retention policy is applied.
x >= 143200
Response
Customer created successfully
Human-readable display name for the customer
^[\w\s\d-_/]+$"admin"
The tenant identifier used for multi-tenancy and resource isolation.
14^[a-z0-9]+$"base"
Region for the customer's resources
eu, us Unique identifier for the customer
64^[a-z0-9-_]+$"contosohospital"
Flag indicating if this is a Not-For-Resale (NFR) customer account
false
Data retention period in minutes. When set, interactions older than this value are automatically deleted. Null means no automatic deletion.
x >= 143200
Timestamp when the customer was created
"2023-10-01T12:00:00Z"