Clips AI jobs
Autoflip, reframe, and crop as async Partner jobs.
Partner clip AI operations are async jobs, not interactive editor UX.
Endpoints
| Method | Path | Body |
|---|---|---|
POST | /clips/{id}/autoflip | { "aspect_ratio": "9:16" } |
POST | /clips/{id}/reframe | { "aspect_ratio": "9:16" } |
POST | /clips/{id}/crop | { "aspect_ratio": "9:16", "crop_rect": { "x_px", "y_px", "width_px", "height_px" } } |
All require clips:write and return 202 with a job object. Subscribe to clip.ready / clip.failed.
There is no interactive cropper preview on the Partner API.
Updated about 1 month ago
Did this page help you?