5.2 Detect Video
POST /v1/detect/video
Request:
{
"video_url": "https://sample-videos.com/video321/mp4/720/big_buck_bunny_720p_1mb.mp4"
}
Response:
{
"consensus_prob": 0.84,
"label": "ai_unlikely",
"latency_ms": 3320,
"confidence": 0.88
}
Last updated