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
| Name | In | Description | Required |
|---|---|---|---|
| task_id | path | Yes | |
| Content-Type | header | Yes | |
| Accept | header | Yes | |
| Authorization | header | No |
Responses
200 -
Example
{
"code": "success",
"data": "47443cc1-4902-42ae-ae7f-72a9900544e9",
"message": ""
}