Query Single Task

No Description

Endpoint

GET http://v98store.com/suno/fetch/{task_id}

cURL Command

curl -X GET 'http://v98store.com/suno/fetch/{task_id}' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN'

Parameters

NameInDescriptionRequired
task_idpathYes
Content-TypeheaderYes
AcceptheaderYes
AuthorizationheaderNo

Responses

200 -

Example

{
  "code": "success",
  "data": "47443cc1-4902-42ae-ae7f-72a9900544e9",
  "message": ""
}