Skip to main content
GET
/
v1
/
suno
/
feed
查询任务(feed)
curl --request GET \
  --url https://gptproto.com/v1/suno/feed \
  --header 'Authorization: <authorization>'
{
  "error": {
    "message": "Invalid signature",
    "type": "401"
  }
}

Overview

This endpoint provides 查询任务(feed) functionality.

Authentication

This endpoint requires authentication using a Bearer token.
Authorization
string
default:"sk-***********"
required
Your API key in the format: Bearer YOUR_API_KEY

Query Parameters

ids
string
Task ID, multiple separated by comma ,
remove_watermark
string
Whether to remove watermark

Response

Success
200
Successful response
{
  "status": "success"
}

Error Responses

{
  "error": {
    "message": "Invalid signature",
    "type": "401"
  }
}