upload audio to suno
Suno
上传音频
上传音频文件到 Suno 以进行后续处理
POST
upload audio to suno
通过提供音频的 URL 上传音频文件。Suno 将下载并处理该文件。上传的音频随后可在 Generate 端点中配合
upload_extend 或 upload_cover 任务使用。
这是一个异步任务。响应包含一个
taskId — 使用获取任务状态轮询上传结果,结果将包含后续操作所需的 clip_id。授权
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
请求体
application/json
The audio url to upload, must be a url that we can download
响应
201 - application/json
task id. Use this id to query task status.
示例:
"15c257ff-43f7-4678-bd41-202ad6b8488b"