---
title: "Video Edit"
method: POST
path: "/videos/edits"
tags: ["videos"]
---

# Video Edit

`POST /videos/edits`

Create a video edit job.

Follows the OpenAI Videos API spec:
https://platform.openai.com/docs/api-reference/videos/create-edit

Example:
```bash
curl -X POST "http://localhost:4000/v1/videos/edits"         -H "Authorization: Bearer sk-1234"         -H "Content-Type: application/json"         -d '{"prompt": "Make it brighter", "video": {"id": "video_123"}}'
```

## Response `200`

Successful Response

- unknown

---

[API](https://skmtc.net/flock/apis/litellm-api.md) · [All operations](https://skmtc.net/flock/apis/litellm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/flock/litellm-api/revisions/8fbaab4fc7c5/schema)
