Extend an Audio

使用 Suno AI 扩展音频剪辑。

post

使用 Suno AI 扩展现有的音频剪辑,实现无缝音频延续。

请求体
audio_idstring必填
promptstring必填
continue_atstring必填
titlestring必填
tagsstring必填
响应
post
/extend
POST /extend HTTP/1.1
Host: api.aimlapi.com
Content-Type: application/json
Accept: */*
Content-Length: 85

{
  "audio_id": "text",
  "prompt": "text",
  "continue_at": "text",
  "title": "text",
  "tags": "text"
}
201成功
[
  {
    "image_url": "https://example.com",
    "audio_url": "https://example.com",
    "video_url": "https://example.com"
  }
]

最后更新于