AI Video Frame - API
## AI Video Frame API AI Video Frame automatically reframes videos by detecting the main subject using AI pose estimation, then intelligently crops and follows the subject throughout the video. ### How it works 1. **Upload** your video (MP4, MOV, or AVI — up to 2 GB) 2. **Process** — AI detects the subject using MediaPipe Pose and applies smooth tracking 3. **Poll** the status endpoint until…
AI Video Frame - API endpoints
| Method | Endpoint | Description |
|---|---|---|
| videos | ||
| POST |
processVideo /videos/{id}/process |
Kick off AI reframing on an uploaded video. Processing is asynchronous — poll `/status` to track progress. |
| POST |
uploadVideo /videos/upload |
Upload a video file for AI reframing. Returns a video object with an `id` to use in subsequent calls. |
| GET |
downloadVideo /videos/{id}/download |
Download the reframed video. Only available when `status` is `completed`. |
| GET |
getVideoStatus /videos/{id}/status |
Get the current status and progress of a video. Poll until `status` is `completed` or `failed`. Progress is 0–100. |
| DELETE |
deleteVideo /videos/{id} |
Delete a video and its associated files. |
AI Video Frame - API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | $9.99 / month | — |
|
| PRO | $19.99 / month | — |
|
| ULTRA | $49.99 / month | — |
|