upload one audio to the session-bound account
Suno
上传 Session Item
向 Session 绑定账号上传单个音频(第 2 步)
POST
upload one audio to the session-bound account
使用 准备上传 Session 绑定的账号上传单个音频文件。
异步任务 — 返回
taskId。用 item 的 taskId 轮询 查询任务状态 获取 clip 详情。成功后 clip ID 会自动追加到 session 的 audioIds。| 字段 | 类型 | 必填 | 说明 |
|---|---|---|---|
sessionId | string (UUID) | 是 | 第 1 步返回的 ID |
audioUrl | string (URL) | 是 | 可公网下载的音频 URL |
授权
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
请求体
application/json
响应
201 - application/json
task id. Use this id to query task status.
示例:
"15c257ff-43f7-4678-bd41-202ad6b8488b"