codeClip Continuation / Extension

Overview

Our API also allows you to take an existing song and generate a new one from a certain timecode, enabling you to continue an existing clip.

Payload

{
    "continue_clip_id": "uuid",
    "continue_at": 121.1,
    "prompt": "new lyrics"
}

You can also use title and tags properties here just like in custom clip generation.

Example Request with Title and Tags

{
    "continue_clip_id": "uuid",
    "continue_at": 121.1,
    "prompt": "new lyrics",
    "title": "New Beginnings",
    "tags": ["rock", "uplifting"]
}

Example

最后更新于