Extend AI Music (v5)
- The API supports only synchronous responses
Endpoint
- POST
/v5/extend/music
Request Parameters
| Parameter | Type | Description | Required | Default Value |
|---|---|---|---|---|
audio_url | string | URL of the audio file to extend. | Yes | N/A |
prompt | string | Prompt for guiding the extension. | No | N/A |
duration | integer | Duration to extend in seconds. | No | 30 |
side | string | Which side to extend: left or right. | No | right |
styleOfMusic | string | Musical style to guide the extension. | No | N/A |
inferStep | integer | Number of inference steps (higher = better quality, slower). | No | N/A |
guidanceScale | float | Guidance scale for prompt adherence (1.0-15.0). | No | N/A |
omegaScale | float | Omega scale for audio quality refinement. | No | N/A |
retakeVariance | float | Variance for regeneration attempts. | No | N/A |
refAudioStrength | float | Reference audio influence strength (0.0-1.0). | No | N/A |
manualSeeds | array | Manual seeds for reproducible outputs. | No | N/A |

