Skip to main content
GET
Get transcriber by ID
Legacy endpoint - deprecated. Unversioned endpoints are scheduled for removal on July 31, 2026. Use the /v1 version for new integrations. This endpoint remains available for existing integrations until then.
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. That endpoint is the canonical catalogue.

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

Response

Transcriber found

id
string
required

Signed transcriber ID

Example:

"trs_abc123"