Skip to main content
POST
/
suno
/
music
/
wav
cURL
curl --request POST \
  --url https://api.waytoapi.com/apidoc/collect/ai/suno/music/wav \
  --header 'Content-Type: application/json' \
  --header 'aiKey: <aikey>' \
  --data '
{
  "clip_id": "<string>"
}
'
{
  "code": 123,
  "info": "<string>",
  "result": {
    "taskCode": "<string>"
  },
  "success": true,
  "failure": true
}

Headers

aiKey
string
required

Body

application/json
clip_id
string

Response

200 - */*

OK

code
integer<int32>
info
string
result
object
success
boolean
failure
boolean