Duplicate Audio Clip

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
post/api/projects/{project_id}/audio-clips/{audio_clip_id}/duplicate

Path parameters

project_idstring required
audio_clip_idstring required

Response

Successful Response

object required

Changes

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