Check videos
Calling this endpoint checks whether the videos referred to by the provided video_urls qualify for analysis.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/api/videos/check" \ -H "Content-Type: application/json" \ -d '{ "video_urls": [ "string" ] }'{ "data": { "property1": { "estimated_compute_time": 0, "video_ok": true, "fps_check": true, "resolution_check": true }, "property2": { "estimated_compute_time": 0, "video_ok": true, "fps_check": true, "resolution_check": true } }}