Flow
- Reserve a video record with
POST /v1/videos. - Send the MP4 bytes to the returned upload path.
- Complete the upload with
POST /v1/videos/{id}/complete. - Retrieve
GET /v1/videos/{id}until the status reachesready. - Submit an evaluation with
video.upload_id.
- TypeScript
- Python
dedupe: false in TypeScript or dedupe=False in Python to skip the hash pass.