upload one audio to the session-bound account
Suno
Upload Session Item
Upload one audio file to the session-bound account (Step 2)
POST
upload one audio to the session-bound account
Upload a single audio file using the account bound in Prepare Upload Session.
Async — returns
taskId. Poll Get Task Status with the item taskId for clip details. The clip ID is also appended to the session’s audioIds list automatically.| Field | Type | Required | Description |
|---|---|---|---|
sessionId | string (UUID) | Yes | From Step 1 |
audioUrl | string (URL) | Yes | Publicly downloadable audio URL |
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
201 - application/json
task id. Use this id to query task status.
Example:
"15c257ff-43f7-4678-bd41-202ad6b8488b"