ai-gateway
  1. Suno
ai-gateway
  • Suno
    • Suno Generate
      POST
    • Suno Feed
      GET
    • Suno Concat
      POST
    • Suno Generate (Extend)
      POST
  • Stable Diffusion
    • Stable Diffusion 文生图
      POST
    • Stable Diffusion 图生图
      POST
    • ReActor image
      POST
  • Create chat completion
    POST
  • Create chat completion with stream
    POST
  • Create image
    POST
  • Create speech
    POST
  • Create transcription
    POST
  • asr
    POST
  • asr Copy
    POST
  • Create transcription Copy
    POST
  1. Suno

Suno Feed

开发中
GET
/v1/suno/api/feed/
status 状态类型:
submitted 提交成功
queued 排队中
streaming 生成中
complete 完成

请求参数

Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token
示例:
Authorization: Bearer ********************
Query 参数
ids
string 
可选
需要查询歌曲信息的ID,多个用英文逗号隔开。
示例值:
a260830a-f30c-4baa-80ec-6daf0e21c971,1df9c74b-17e9-495a-b887-7ac55a0beb32

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.aigateway.work/v1/suno/api/feed/?ids=a260830a-f30c-4baa-80ec-6daf0e21c971,1df9c74b-17e9-495a-b887-7ac55a0beb32'

返回响应

🟢200成功
text/plain
Body
object {0}
示例
[
    {
        "id": "0cba2385-ab69-4dc0-82b3-0179a1e33539",
        "video_url": "https://cdn1.suno.ai/0cba2385-ab69-4dc0-82b3-0179a1e33539.mp4",
        "audio_url": "https://cdn1.suno.ai/0cba2385-ab69-4dc0-82b3-0179a1e33539.mp3",
        "image_url": "https://cdn1.suno.ai/image_0cba2385-ab69-4dc0-82b3-0179a1e33539.png",
        "image_large_url": "https://cdn1.suno.ai/image_large_0cba2385-ab69-4dc0-82b3-0179a1e33539.png",
        "is_video_pending": false,
        "major_model_version": "v3",
        "model_name": "chirp-v3",
        "metadata": {
            "tags": "动感 嘻哈 励志",
            "prompt": "[Verse]\n一脚踏进这战场\n背负着梦想的重担\n无惧困难不屈服\n要拼下去,决不放弃\n\n[Verse 2]\n满身疲惫又希望\n不怕苦累,驱使前行\n一路艰辛无怨无悔\n只为成就心中的伟业\n\n[Chorus]\n奋斗的脚步追逐梦想\n努力拼搏成就自己\n不停前行不回头望\n展翅高飞向着未来",
            "gpt_description_prompt": "一个人奋斗从低谷到成功的经历",
            "audio_prompt_id": null,
            "history": null,
            "concat_history": null,
            "type": "gen",
            "duration": 64.8,
            "refund_credits": false,
            "stream": true,
            "error_type": null,
            "error_message": null
        },
        "is_liked": false,
        "user_id": "716b05f7-180c-44de-80eb-b62282586a6a",
        "display_name": "AllenHu",
        "handle": "allenhu",
        "is_handle_updated": true,
        "is_trashed": false,
        "reaction": null,
        "created_at": "2024-04-23T10:41:57.249Z",
        "status": "complete",
        "title": "奋斗之路",
        "play_count": 0,
        "upvote_count": 0,
        "is_public": false
    },
    {
        "id": "a2aaa5cd-537f-47bf-9d05-61061c7cea83",
        "video_url": "",
        "audio_url": "https://audiopipe.suno.ai/?item_id=a2aaa5cd-537f-47bf-9d05-61061c7cea83",
        "image_url": "https://cdn1.suno.ai/image_a2aaa5cd-537f-47bf-9d05-61061c7cea83.png",
        "image_large_url": "https://cdn1.suno.ai/image_large_a2aaa5cd-537f-47bf-9d05-61061c7cea83.png",
        "is_video_pending": false,
        "major_model_version": "v3",
        "model_name": "chirp-v3",
        "metadata": {
            "tags": "动感 嘻哈 励志",
            "prompt": "[Verse]\n一脚踏进这战场\n背负着梦想的重担\n无惧困难不屈服\n要拼下去,决不放弃\n\n[Verse 2]\n满身疲惫又希望\n不怕苦累,驱使前行\n一路艰辛无怨无悔\n只为成就心中的伟业\n\n[Chorus]\n奋斗的脚步追逐梦想\n努力拼搏成就自己\n不停前行不回头望\n展翅高飞向着未来",
            "gpt_description_prompt": "一个人奋斗从低谷到成功的经历",
            "audio_prompt_id": null,
            "history": null,
            "concat_history": null,
            "type": "gen",
            "duration": null,
            "refund_credits": null,
            "stream": true,
            "error_type": null,
            "error_message": null
        },
        "is_liked": false,
        "user_id": "716b05f7-180c-44de-80eb-b62282586a6a",
        "display_name": "AllenHu",
        "handle": "allenhu",
        "is_handle_updated": true,
        "is_trashed": false,
        "reaction": null,
        "created_at": "2024-04-23T10:41:57.249Z",
        "status": "streaming",
        "title": "奋斗之路",
        "play_count": 0,
        "upvote_count": 0,
        "is_public": false
    }
]
修改于 2024-09-25 05:59:04
上一页
Suno Generate
下一页
Suno Concat
Built with