cURL
curl --request POST \ --url https://api.example.com/index/{index_name}/search_video \ --header 'Content-Type: multipart/form-data' \ --header 'X-API-Key: <api-key>' \ --form video_file='@example-file' \ --form start_seconds=0 \ --form end_seconds=-1
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Number of segments to return
Upload video for search
Successful Response