concat audio
Suno
Concat Audio
Concatenate audio clips into a single track
POST
concat audio
Concatenate audio clips. When
is_infill is true, the system will fill in the replaced section during merging (requires edit_session_id).
This is an async task. The response contains a
taskId — use Get Task Status to poll for the result.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
The audio id which used to concat.
Whether to fill in the Replace section when merging. Pass true and edit_session_id is required.
Example:
false
The project id.
Whether to fill in the Replace section when merging. Pass true and edit_session_id is required.
Response
201 - application/json
task id. Use this id to query task status.
Example:
"15c257ff-43f7-4678-bd41-202ad6b8488b"