/
VO
voiceblender
/
VoiceBlender API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 2d ago
Details
Filter operations
Legs
26
Observability
5
Rooms
21
get
List all rooms with participants
post
Create a room
get
Get a room with participants
delete
Delete a room
post
Add or move a leg to a room
delete
Remove a leg from a room
post
Play audio to a room
delete
Stop room playback
patch
Change the volume of an active room playback
post
Synthesize speech and play it into a room
post
Start recording the room mix to a WAV file
delete
Stop room recording
post
Start speech-to-text on all room participants
delete
Stop speech-to-text on a room
post
Attach an ElevenLabs ConvAI agent to a room
post
Attach a VAPI agent to a room
post
Attach a Pipecat bot to a room
post
Attach a Deepgram Voice Agent to a room
post
Inject a message into a running agent session on a room
delete
Detach the agent from a room
get
WebSocket audio stream for a room
WebRTC
3
Rooms
Delete a room
delete
/rooms/{id}
Response
Room deleted
StatusResponse
required
instance_id
string
Instance identifier
status
string
required
Changes