v1
latestOpenAPI 3.1.02026-07-266827131.9 KBVideo Stream
Start Video Stream Moderation
Start real-time video stream processing for content moderation and logo detection
post/stream/start
Request body
Example request
{
"url": "rtmp://example.com/live/stream"
}Response
Stream started successfully
Example response
{
"message": "success",
"data": {
"task_id": "550e8400-e29b-41d4-a716-446655440000",
"message": "Stream processing started successfully"
}
}