v1

latestOpenAPI 3.1.02026-07-266827131.9 KB
Video Stream

Stop Video Stream Moderation

Stop an active video stream processing task

post/stream/stop

Request body

task_idstring required

The task ID returned when starting the stream

Example request

{
  "task_id": "550e8400-e29b-41d4-a716-446655440000"
}

Response

Stream stopped successfully

codestring
messagestring

Example response

{
  "message": "success",
  "data": {
    "task_id": "550e8400-e29b-41d4-a716-446655440000",
    "message": "Stream stopped successfully"
  }
}