---
title: "Reframe Clip"
method: POST
path: "/api/clip/reframe"
---

# Reframe Clip

`POST /api/clip/reframe`

Re-render a clip with hand-framed scenes, leaving its cut untouched.

Deliberately separate from /api/clip/rerender: the overrides are keyed by
scene index, and a scene index only means anything against a given cut. If
framing rode along with a trim save, changing the trim would silently move
every override onto the wrong shot.

## Request body

- ReframeRequest
  - `job_id` string, required
  - `clip_index` integer, required
  - `crop_overrides` object, required
  - `reapply_captions` boolean

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openshorts/apis/fastapi.md) · [All operations](https://skmtc.dev/openshorts/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openshorts/fastapi/revisions/8085a0ce516b/schema)
