Update Audio Clip 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.

put/api/projects/{project_id}/audio-clips/{audio_clip_id}/position

Path parameters

project_idstring required
audio_clip_idstring required

Request body

newSceneIdstring nullable

ID of the scene to move the clip to (legacy)

newVideoIdstring nullable

ID of the video to attach the clip to (video-centric mode)

startTimestampinteger required

Start time relative to the new scene/video in milliseconds

Response

Successful Response

object required

Changes

No recorded changes to this endpoint across all 1 revision of this API.