Skip to main content
GET
List Fallback Transcribers
Read only
Recommended. This endpoint is part of the public /v1 API reference and is the supported path for new integrations. See the migration guide for versioning guidance.
Returns the transcribers that DialNexa can use as fallback speech-to-text providers. Use this endpoint when you are building an agent configuration UI or validating an agent payload before setting stt_fallback_transcriber_id.

When to use this

  • Agent configuration UIs: populate the Fallback STT selector with eligible transcribers.
  • Validation scripts: confirm a saved fallback transcriber ID still exists before updating an agent.
  • Runtime configuration tools: separate primary transcriber choices from fallback-specific choices when your UI exposes both.
For the full transcriber catalog, use List Transcribers.

Example request

Example response

supported_language_codes: null means the fallback transcriber is not limited to a fixed language-code list in the catalog response.

Use the ID on an agent

After you choose a fallback transcriber, pass its id to Create Agent or Update Agent:

Errors

  • 401 Unauthorized is returned when the API key is missing, malformed, or revoked.
  • 403 Forbidden is returned when the API key cannot access the organization.

Authorizations

Authorization
string
header
required

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

Response

Fallback-eligible transcribers returned successfully.

id
string
Example:

"trs_tr0deepnova3xx"

name
string
Example:

"Deepgram Nova 2"

provider
string
Example:

"deepgram"

model_id
string
Example:

"nova-2"

description
string | null
supported_language_codes
string[] | null

null means all languages supported

Example:

null