Skip to main content
GET
Get Transcriber Details
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 full record for a single speech-to-text transcriber supported by DialNexa. The response includes the transcriber’s stable id, the upstream provider (such as Deepgram, AssemblyAI, or Whisper), the human-readable name, the primary language_code, and any configuration metadata the transcriber exposes.

When to use this

Use this endpoint when you have a transcriber ID stored on an agent or in your own database and you need to confirm the engine is still supported, look up its display name, or check the languages it can handle.
  • Agent build UIs call this to render the currently selected transcriber on a saved agent with its proper provider and capability badges.
  • Latency-tuning tooling uses the response to decide between low-latency streaming transcribers and higher-accuracy batch transcribers.
  • Internationalization checks confirm the transcriber supports the language assigned to the agent before publishing changes through Update Agent.
Use List Transcribers if you need every available engine rather than a single record. Use List Fallback Transcribers when you specifically need fallback STT options.

Path parameters

Errors

  • 404 Not Found is returned when the id does not match a supported transcriber. This usually indicates the engine was removed or the ID was mistyped.
  • 401 Unauthorized is returned when the API key is missing, malformed, or revoked.

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Transcriber ID

Example:

"trs_abc123"

Response

Transcriber returned successfully.

id
string
required

Signed transcriber ID

Example:

"trs_abc123"