Skip to main content
POST
/
ai
/
sn
/
audio
/
concat
suno connect audio
curl --request POST \
  --url https://ai.pmock.com/api/ai/sn/audio/concat \
  --header 'Content-Type: application/json' \
  --data '
{
  "clipId": "<string>",
  "isInfill": true,
  "projectId": "<string>",
  "editSessionId": "<string>"
}
'
{
  "code": 200,
  "message": "<string>",
  "data": {
    "taskId": "<string>"
  },
  "traceId": "<string>"
}

Body

application/json

SN-Upload audio request parameters

clipId
string
required

Audio ID used for connection

Minimum string length: 1
isInfill
boolean
required

Whether to fill in the Replace section when merging. Pass in 'true' and 'edit_dession_id' as a required field

projectId
string

Project ID

editSessionId
string

Whether to fill in the Replace section when merging. Pass in 'true' and 'edit_dession_id' as a required field

Response

200 - */*

OK

Unified return structure for response results

code
integer<int32>

Response status code

Example:

200

message
string

Response message

data
object

Response result

traceId
string

Response traceId