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

Body

application/json

SN-Generate mp4 request parameters

clipId
string
required

the clip_id used to generate the music audio is derived from the existing audio.

Minimum string length: 1

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