Song Join

No Description

Endpoint

POST http://v98store.com/suno/submit/concat

cURL Command

curl -X POST 'http://v98store.com/suno/submit/concat' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{ "clip_id": "extend 后 歌曲ID", "is_infill": false }'

Parameters

NameInDescriptionRequired
Content-TypeheaderYes
AcceptheaderYes
AuthorizationheaderNo

Request Body

Example

{
  "clip_id": "extend 后 歌曲ID",
  "is_infill": false
}

Responses

200 -

Example

{
  "code": "success",
  "data": "47443cc1-4902-42ae-ae7f-72a9900544e9",
  "message": ""
}