Skip to main content

GET /api/transcribe/token

Returns a short-lived Deepgram API token used by the builder’s voice dictation feature (speak-to-type in text fields).

Request

GET /api/transcribe/token
No request body.

Response

{
  "key": "dg-..."
}
FieldTypeDescription
keystringDeepgram API key for client-side use

Notes

  • Requires DEEPGRAM_API_KEY in .env.local
  • This endpoint is used internally by the builder’s voice input feature
  • The key is suitable for short-lived client-side use only