Generate Song (Join Song)

No Description

Endpoint

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

cURL Command

curl -X POST 'http://v98store.com/suno/submit/music' \ -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": "950bf3af-78a6-420e-8c01-3bde0bbb3ef9",
  "message": ""
}