Introducing our unofficial Suno API, tailored for developers to bring Suno's text-to-music generation to their AI platforms. This integration allows users across the globe to express their musical creativity with ease.

- Integration Ready for V3
- Unlimited Music Creation!
- Asynchronous API Calls
- Suno Lyrics Generation
- Extended clip feature supported!
- Full Access to Advanced API Features
- High Concurrency
- Full song feature supported!
- Pay-as-you-go and Host-your-account Options
- Bulk generation available
To get started, simply sign up and purchase credits in our Workspace. Once done, you can immediately access our API! Our service leverages PiAPI’s Suno account pools, ensuring seamless operation without any hassle on your part.
- No need for your own Suno account(s) pool
- No need to manage or operate Suno accounts
- Full access to all endpoints
- Start integrating the API immediately!
When you choose our Host-Your-Account service, you'll use your own Suno Account(s). Then you can subscribe to PiAPI's Suno API seat(s), connecting your Suno account(s) to the seat(s), and you're ready for integration!
- Faster generation time
- Supports hosting of multiple accounts
- Stable API service
- Generation API Call: $0.02/call
- Continuation API Call: $0.02/call
- Lyrics Generation: Free
- Flat pricing: $5/seat/month
Please refer to our pricing page for more information.
- Register for PiAPI's Workspace using your GitHub account.
- Obtain your API KEY from our Workspace
- Start coding right away!
Create a Generate Music call
curl --request POST \
--url https://api.piapi.ai/api/suno/v1/music \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--header 'X-API-Key: {{x-api-key}}' \
--data '{
"custom_mode": true,
"mv": "chirp-v3-5",
"input": {
"prompt": "Add_lyrics_into_the_music.",
"title": "Add_the_title_of_the_song.",
"tags": "Add_the_type_of_music.",
"continue_at": 0,
"continue_clip_id": ""
}
}'
Response
{
"code": 200,
"data": {
"task_id": "record_this_taskID"
},
"message": "success"
}
Get the Generate Music call
curl --request GET \
--url https://api.piapi.ai/api/suno/v1/music/Insert_the_taskID_here \ //Replace the task_id with the returned task_id
--header 'Accept: application/json' \
--header 'X-API-Key: {{x-api-key}}'
Response - Check out our documentation for more information!
Email: contact@piapi.ai