Skip to main content
GET
/
suno
/
result
cURL
curl --request GET \
  --url https://api.waytoapi.com/apidoc/collect/ai/suno/result \
  --header 'aiKey: <aikey>'
{
  "code": 123,
  "info": "<string>",
  "result": {
    "taskId": "<string>",
    "status": 123,
    "message": "<string>",
    "musicUrl": "<string>",
    "addTime": "<string>",
    "endTime": "<string>"
  },
  "success": true,
  "failure": true
}

Headers

aiKey
string
required

Query Parameters

code
string
required

Response

200 - */*

OK

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