---
title: "Video Extension"
method: POST
path: "/v1/videos/extensions"
tags: ["videos"]
---

# Video Extension

`POST /v1/videos/extensions`

Create a video extension.

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

Example:
```bash
curl -X POST "http://localhost:4000/v1/videos/extensions"         -H "Authorization: Bearer sk-1234"         -H "Content-Type: application/json"         -d '{"prompt": "Continue the scene", "seconds": "5", "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)
