Duplicate Audio Clip
Duplicate an audio clip within the same project.
This endpoint:
- Validates the project and audio clip ownership
- Creates a new audio clip with the same properties as the original
- Offsets the start_timestamp by the original clip's duration so the copy appears right after the original on the timeline
- 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.