Mint a speech-to-text token (in progress)
POST/api/v1/llm/stt-token
Mints a short-lived speech-to-text token using the configured Cartesia credential. The request fails when that credential is missing. The client uses this token to call the STT API directly so the backend key never reaches the client.
Request
Responses
- 200
STT token minted
Document ID: DOC-MA-conversations-api-mintSttToken. Section identities and revisions.
| Section | Stable reference |
|---|---|
| Overview | DOC-MA-conversations-api-mintSttToken#overview |
| Request | DOC-MA-conversations-api-mintSttToken#request |
| Responses | DOC-MA-conversations-api-mintSttToken#responses |