Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

service_type
enum<string>

Filter to entries that support the given service type. For backward compatibility with the values that briefly shipped before the product-aligned rename, the legacy aliases file_transcription, in_call_transcription, and ai_assistant_transcription are silently accepted and normalized to file_based, in_call, and ai_assistant respectively. The response always emits the canonical (post-rename) values. Service surface a model is available on. ai_assistant is the STT surface configured via Call Control voice-assistant transcription; it covers both live-streaming and non-streaming/batch models (matching the TranscriptionConfig.model enum on call-control voice assistants).

Available options:
streaming,
file_based,
in_call,
ai_assistant
provider
enum<string>

Filter to entries for a specific STT provider. The enum mirrors the providers advertised across the speech-to-text spec (including google and telnyx, which are accepted as WebSocket transcription engines). A provider that has no models currently registered for any service type will return an empty data array rather than an error.

Available options:
deepgram,
speechmatics,
assemblyai,
xai,
soniox,
parakeet,
humain,
reson8,
azure,
openai,
google,
telnyx

Response

List of supported STT providers and models.

List of supported STT providers and models.

data
object[]
required
meta
object
required