AI Music API
  1. suno
AI Music API
  • Introduction
  • Credits Usage Guide
  • Error handling
  • suno
    • Suno Instructions
    • create music
      POST
    • extend music
      POST
    • concat music
      POST
    • cover music
      POST
    • create persona
      POST
    • create music with persona
      POST
    • upload music
      POST
    • get music
      GET
  • riffusion
    • Riffusion instructions
    • create music (with lyrics)
      POST
    • create music (with description)
      POST
    • cover music
      POST
    • extend music
      POST
    • replace music section
      POST
    • swap music sound
      POST
    • swap music vocals
      POST
    • upload
      POST
    • get music
      GET
  • nuro
    • Nuro Instruction
    • Error handling
    • create vocal music
      POST
    • create instrument music
      POST
    • get music
      GET
  • lyrics generation
    • Make Lyrics
  • get-credits
    GET
  1. suno

concat music

POST
/api/v1/suno/create
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.sunoapi.com/api/v1/suno/create' \
--header 'Content-Type: application/json' \
--data-raw '{
    "task_type":"concat_music",
    "continue_clip_id":"a533515b-56c9-4eb2-8cb8-7f3dfa165eb8"
}'
Response Response Example
{
    "message": "success",
    "task_id": "51bc6dd0-508a-414d-9ef3-71f7bad81cf7"
}

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Body Params application/json
task_type
string 
required
Task type, can be create_music, extend_music, concat_music, cover_music, extend_upload_music, persona_music
continue_clip_id
string 
required
The clip id you get after extend
Examples

Responses

🟢200success
application/json
Body
message
string 
required
task_id
string 
required
Modified at 2025-07-14 17:17:03
Previous
extend music
Next
cover music
Built with