---
title: "Create Clips"
method: POST
path: "/v1/live-streams/{stream_id}/clips"
tags: ["live-streams"]
---

# Create Clips

`POST /v1/live-streams/{stream_id}/clips`

Create one or more VOD clips from a completed live stream (Mux only).

## Path parameters

- `stream_id` string, required

## Request body

- CreateClipsRequest
  - `clips` ClipRange[], required
    - `startSec` number, required
    - `endSec` number, required
    - `title` string, nullable
  - `callbackUrl` string, nullable

## Response `201`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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