---
title: "Duplicate Audio Clip"
method: POST
path: "/api/projects/{project_id}/audio-clips/{audio_clip_id}/duplicate"
---

# Duplicate Audio Clip

`POST /api/projects/{project_id}/audio-clips/{audio_clip_id}/duplicate`

Duplicate an audio clip within the same project.

This endpoint:
1. Validates the project and audio clip ownership
2. Creates a new audio clip with the same properties as the original
3. Offsets the start_timestamp by the original clip's duration so the copy
   appears right after the original on the timeline
4. Returns the newly created audio clip

## Path parameters

- `project_id` string, required
- `audio_clip_id` string, required

## Response `201`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/latted/apis/motion-graphics-designer-api.md) · [All operations](https://skmtc.dev/latted/apis/motion-graphics-designer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/latted/motion-graphics-designer-api/revisions/36d149b525df/schema)
