{ "content_id": "<string>", "total_detections": 123, "detections": [ { "id": "<string>", "type": "<string>", "label": "<string>", "confidence": 123, "timestamp": 123, "duration": 123, "bounding_box": { "x": 123, "y": 123, "width": 123, "height": 123 }, "attributes": {} } ], "processing_metadata": { "processed_at": {}, "processing_duration": 123, "video_duration": 123, "resolution": { "width": 123, "height": 123 } } }
Retrieve video content detection results
objects
faces
text
scenes
Show detection properties
Show bounding_box properties
Show metadata properties
Show resolution properties
curl -X GET "https://api.judge.example.com/video-detections/cnt_video123?detection_type=objects&confidence_threshold=0.8&limit=50" \ -H "Authorization: Bearer YOUR_API_KEY"
curl -X GET "https://api.judge.example.com/video-detections/invalid_content" \ -H "Authorization: Bearer YOUR_API_KEY"
curl -X GET "https://api.judge.example.com/video-detections/cnt_processing123" \ -H "Authorization: Bearer YOUR_API_KEY"