查询单个任务
概览
认证
- Header: Authorization: Bearer
<token>
请求参数
- Header: Authorization: Bearer
<token> - Body 类型: application/json
请求示例
curl --location --request GET 'https://api.winfull.cloud-ip.cc/suno/fetch/b967838b-d377-478d-9a57-d7ca6129ae60' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'返回示例
🟢200成功 示例
{
"code": "success",
"data": "47443cc1-4902-42ae-ae7f-72a9900544e9",
"message": ""
}最后更新:2025-10-02 08:45:16
