Transcribers
List Fallback Transcribers
List transcribers that can be used as fallback STT providers.
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
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.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.
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 itsid to Create Agent or Update Agent:
Errors
401 Unauthorizedis returned when the API key is missing, malformed, or revoked.403 Forbiddenis returned when the API key cannot access the organization.
Related endpoints
- List Transcribers: fetch the full speech-to-text catalog.
- Get Transcriber Details: inspect one transcriber by ID.
- Create Agent: configure fallback STT while creating an agent.
- Update Agent: change fallback STT on an existing agent.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Fallback-eligible transcribers returned successfully.
List Fallback Transcribers