v1

latestOpenAPI 3.1.02026-07-266827131.9 KB
Audio Stream

Stop Audio Stream Transcription

Stop an active audio stream transcription task

post/audio-stream/stop

Request body

task_idstring required

The task ID returned when starting the stream

Example request

{
  "task_id": "660e8400-e29b-41d4-a716-446655440001"
}

Response

Audio stream stopped successfully

codestring
messagestring

Example response

{
  "message": "success",
  "data": {
    "task_id": "660e8400-e29b-41d4-a716-446655440001",
    "message": "Audio stream stopped successfully"
  }
}