Video face detection JSON
POST {{ask-filerobot-server}}/videos/face-detection/?frame_time=10
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
frame_time | number | Second to start the search from |
Request Body
{"files_urls"=>[{"url"=>"https://www.pexels.com/download/video/2795402"}, {"url"=>"http://sample.li/demo2.mp4"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Filerobot-Token | string | Filerobot project identifier, aka token | |
Filerobot-Key | string | Filerobot API key |
RESPONSES
status: Created
{"status":"success","version":"2.9.4","result":[{"source":"cache-file","sha1":"e9c60c48dd9ceb02fa843d74bacba40126ca4a3f","request_uuid":"192507b4-ebd6-4f58-a7eb-f83651a6732f","video_duration":14.64,"video_fps":25,"file_downloaded_in":1.13,"faces":true,"faces_num":1,"found_at_time":0},{"source":"cache-file","sha1":"031b5ff7d26d6de20d1af37b8fc3987348ff2711","request_uuid":"8c66ec3a-4d00-4b80-a542-ff77d153e9cf","video_duration":42.3423,"video_fps":59.94005994005994,"file_downloaded_in":8.7,"faces":false,"faces_num":0,"found_at_time":false}]}