---
updatedAt: 2026-07-17T14:48:28.000Z
---

Fetch the complete documentation index at: https://developers.zentag.ai/llms.txt. Use this file to discover all available pages before exploring further. Append .md to any documentation page URL to get its markdown version.

# 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.