[Verse 1]
Walking down the street
Feeling the beat
[Chorus]
This is my song
Singing all day long
[Verse 2]
Under the moonlight
Everything feels right
[Outro]
The night goes on[Verse 2]\nDancing in the rain\nForgetting all the pain (the new lyrics to replace)This is my song\nSinging all day long\n\n[Verse 2]\nDancing in the rain\nForgetting all the pain\n\n[Outro]\nThe night goes on (context with original lyrics before and after the new lyrics)45 (start time of Verse 2)60 (end time of Verse 2)auto_concat is set to true, the system will automatically concatenate the replaced sections into complete songs:replaced: The replaced section fragmentfull: The complete concatenated song{
"code": 200,
"data": [
{
"replaced": { /* Fragment 1 data */ },
"full": { /* Complete song 1 data */ }
},
{
"replaced": { /* Fragment 2 data */ },
"full": { /* Complete song 2 data */ }
}
],
"message": "success"
}infill_start_s must be less than infill_end_sauto_concat=true, polling may take longer as it waits for both replace and concat operations to completetask_id to poll for results. Recommended polling interval: 15-25 seconds.202: Task in progress (replace section or concat in progress)200: Task completed successfully