---
title: "Rerender Clip"
method: POST
path: "/api/clip/rerender"
---

# Rerender Clip

`POST /api/clip/rerender`

Re-render a clip from an edited EDL (the clip editor's save button).

Two paths, chosen automatically:
- FAST: every segment stays inside the range the canonical clip was cut
  from → recut straight from the already-reframed canonical file. No ML,
  no source needed.
- SOURCE: a segment reaches outside → recut from the retained source and
  re-reframe with the same engine the pipeline used. 409 when the source
  already aged out.

## Request body

- RerenderRequest
  - `job_id` string, required
  - `clip_index` integer, required
  - `segments` RerenderSegment[], required
    - `start` number, required
    - `end` number, required
  - `snap_to_words` boolean
  - `reapply_captions` boolean
  - `framing` string, nullable

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