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
Response
| Field | Type | Description |
|---|---|---|
key | string | Deepgram API key for client-side use |
Notes
- Requires
DEEPGRAM_API_KEYin.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