/
/VoiceBlender API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
  • Sources
Checked 2h ago · Updated 3d agoView markdown
Bridges5
Events1
Legs53
Observability5
Rooms27
  • getList all rooms with participants
  • postCreate a room
  • getGet a room with participants
  • deleteDelete a room
  • postAdd or move a leg to a room
  • deleteRemove a leg from a room
  • getGet the room's audio routing matrix
  • putReplace the room's audio routing matrix
  • patchReplace selected rows of the room's audio routing matrix
  • postFork a room to an external SIPREC recording server
  • postPlay audio to a room
  • deleteStop room playback
  • patchChange the volume of an active room playback
  • postSynthesize speech and play it into a room
  • postStart recording the room mix to a WAV file
  • deleteStop room recording
  • postPause a room recording
  • postResume a paused room recording
  • postStart speech-to-text on all room participants
  • deleteStop speech-to-text on a room
  • postAttach an ElevenLabs ConvAI agent to a room
  • postAttach a VAPI agent to a room
  • postAttach a Pipecat bot to a room
  • postAttach a Deepgram Voice Agent to a room
  • postInject a message into a running agent session on a room
  • deleteDetach the agent from a room
  • getWebSocket audio stream for a room
SIP Registrations5
SIP Trunks4
WebRTC3
    Rooms

    Resume a paused room recording

    Resumes writing real audio after a prior /record/pause. Resumes every per-participant track if multi-channel recording is active. Idempotent.

    post/rooms/{id}/record/resume

    Response

    Recording resumed (or was not paused)

    instance_idstring

    Instance identifier

    statusstring required