Skip to main content
GET
List voice models
Every endpoint on this page requires either a Clerk-issued JWT (Authorization: Bearer <token>) or an organization API key (x-api-key: pk_…). Anonymous calls return 401 Unauthorized. See Authentication for the full setup.

Code examples

Sample response

Use the model id as sttModelId or ttsModelId when creating or updating an agent.

Authorizations

x-api-key
string
header
required

Organization API key. Obtain from the dashboard. Format: pk_live_…

Query Parameters

type
enum<string>

Filter by model type.

Available options:
TTS,
STT,
STS

Response

List of voice models.

data
object[]