1curl -X POST https://vision-agent.api.reka.ai/search \2 -H "X-Api-Key: <apiKey>" \3 -H "Content-Type: application/json" \4 -d '{5 "query": "person walking on beach"6}'
1{2 "results": [3 {4 "video_chunk_id": "123e4567-e89b-12d3-a456-426614174000",5 "video_id": "550e8400-e29b-41d4-a716-446655440000",6 "score": 0.95,7 "start_timestamp": 10.5,8 "end_timestamp": 25.3,9 "s3_presigned_url": "https://s3.amazonaws.com/bucket/video.mp4?presigned=..."10 }11 ],12 "total_results": 113}
Confidence threshold level from 0 (lowest) to 1 (highest)