Create Provider
Link a telephony provider account
Authorizations
Cartesia API key (sk_car_...). Get one at play.cartesia.ai/keys.
Headers
API version header.
2026-03-01 "2026-03-01"
Body
Request body for linking a telephony provider. Discriminated by type.
Twilio:
- Credentials are validated against Twilio before the provider is created
- Each account SID + region combination can only be linked once
Must be "twilio".
twilio Your Twilio account SID.
A Twilio API key SID.
The corresponding API key secret.
The Twilio region the phone number and API key are configured for. us1 (US), ie1 (Ireland), au1 (Australia). Default is us1.
us1, ie1, au1 Response
Provider created.
A telephony provider account.
Always "twilio".
twilio Unique identifier for the provider.
The Twilio account SID.
The Twilio API key SID (partially masked).
The Twilio region the phone number and API key are configured for. us1 (US), ie1 (Ireland), au1 (Australia). Default is us1.
us1, ie1, au1