Extend an existing song or uploaded audio.Documentation Index
Fetch the complete documentation index at: https://docs.unifically.com/llms.txt
Use this file to discover all available pages before exploring further.
Model
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
mv | string | Yes | Model version |
custom | boolean | Yes | Simple or custom mode |
clip_id | string | No | Existing Suno clip ID to extend |
audio_url | string | No | Audio file URL to extend |
continue_at | number | Yes | Time in seconds where extension should begin |
gpt_description_prompt | string | No | Simple mode description |
prompt | string | No | Custom mode lyrics/prompt |
title | string | No | Title for extended version |
make_instrumental | boolean | No | Generate instrumental |
Provide either
clip_id (for Suno-generated clips) or audio_url (for uploaded audio).