Skip to main content
GET
List Fallback Transcribers
Read only 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 data

The array below is the data value inside the success envelope.
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.

success
enum<boolean>
required
Available options:
true
error
enum<boolean>
required
Available options:
false
statusCode
integer
required
Example:

200

message
string
required
Example:

"Success"

data
object[]
required
timestamp
string<date-time>
required