Voice API
6 endpoints. All requests need an Authorization header — see Authentication. API keys additionally need the matching scope.
| Method | Path | Description |
|---|---|---|
GET |
/api/voice/config |
Voice Config Get |
PUT |
/api/voice/config |
Voice Config Put Accepts a JSON body. |
GET |
/api/voice/status |
Voice Status |
POST |
/api/voice/stt |
Voice Stt Accepts a JSON body. |
POST |
/api/voice/tts |
Voice Tts Accepts a JSON body. |
GET |
/api/voice/voices |
Voice List |
Try it
The full request/response schema for every endpoint is in the OpenAPI spec served by your own workspace.