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 }
get task status, you can get the task status by taskCode
OK
Show child attributes