Skip to content

查询上传处理状态

GET
/suno/uploads/audio/{id}
  • 轮询上传音频的处理状态(建议每 2–3 秒查询一次,直到 status 为 completed)
  • id 为请求上传授权接口返回的 upload ID
  • 完成后可调用初始化 clip 接口继续上传流程

Authorizations

bearer
Type
HTTP (bearer)

Responses

成功

application/json
object

Playground

Authorization
Variables
Key
Value

Samples