---
title: "Update Audio Clip Position"
method: PUT
path: "/api/projects/{project_id}/audio-clips/{audio_clip_id}/position"
---

# Update Audio Clip Position

`PUT /api/projects/{project_id}/audio-clips/{audio_clip_id}/position`

Update an audio clip's position (scene/video and timestamp).
Used when dragging audio clips to new locations in the timeline.

Supports both:
- Scene mode: uses new_scene_id
- Video-centric mode: uses new_video_id

The start_timestamp should be relative to the new scene/video's start.

## Path parameters

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

## Request body

- UpdateAudioClipPositionRequest — Request schema for updating audio clip position
  - `newSceneId` string, nullable — ID of the scene to move the clip to (legacy)
  - `newVideoId` string, nullable — ID of the video to attach the clip to (video-centric mode)
  - `startTimestamp` integer, required — Start time relative to the new scene/video in milliseconds

## Response `200`

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)
