Skip to content

Goapiai/Suno-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Suno API (start integrating in just 1 min!)

(Go to Usage Steps and follow the steps 1~3!)

  • no private deploymenet needed!
  • no downloading code!
  • no need for your own Suno Account(s)!

Enhance your website/app's music creation capability with the unofficial Suno API from GoAPI, designed to boost your users' text-to-music generation capabilities! Find out more at Suno API !

screenshot of the Suno API page from GoAPI


Features

  1. Create API
  2. Continue API
  3. Lyrics Generation API
  4. High Concurrency
  5. V3 model supported
  6. Asynchronous calls
  7. Pay-per-use (PPU) option supported!
  8. BYOA (Bring-your-own-account) option coming soon!

Usage Options

PPU Option (Available!)

Pay-per-use (PPU): Just top up credits at GoAPI's dashboard and use the API right away! The benefit of the PPU option is that you don't need to have your own Suno accounts to use the Suno API, as you will be using our account pools instead. Please refer to this pricing table for the per-usage pricing for the API under PPU option.

  • Don't need your own Suno account(s) pool!
  • Don't need to manage/operate Suno accounts
  • Get started with integrating the API a.s.a.p. !
  • Supporting High concurrency!

Pricing

  • $0.02/create api call (half the price as official Suno Pricing)
  • $0.04/continue api call
  • FREE for Lyrics Generation! (See PPU pricing table for Suno API's pricing for the PPU option!)


BYOA Option (coming soon!)

Bring-Your-Own-Accounts (BYOA): You will be using your own Suno account(s)' resource in this option, you will be required to buy GoAPI Suno API seat(s), bind your Suno Account(s) to the seat(s), and you are ready to go!

  • Already have your own Suno account(s)?
  • Don't want to wait in queue for other's tasks to complete before yours commences?
  • Offers overall faster generation time!

Pricing

  • $5/month for two (2) BYOA seats!


Usage Steps

PPU

  1. Register for an account at GoAPI's dashboard using your GitHub account.
  2. Obtain your API KEY from Keys Page .
  3. Start Coding right away!

Sample API Calls (using cURL)

Create API CAll

curl --location 'https://api.goapi.ai/api/suno/v1/music' \
--header 'X-API-Key: your_api_key_here' \
--header 'Content-Type: application/json' \
--data '{
  "custom_mode": false,
  "input": 
        {
            "gpt_description_prompt":"space travel",
            "make_instrumental": false
        }
}'

Returning

{
    "code": 200,
    "data": {
        "task_id": "record_this_taskID"
    },
    "message": "success"
}

Get API Call

curl --location 'https://api.goapi.ai/api/suno/v1/music/{input_recorded_taskID}' \
--header 'X-API-Key: your_api_key_here'

Returning

Check out Suno API's technical documentation for more information!


Contact

  1. Discord: https://discord.com/invite/5KZvm7UU5Q
  2. Telegram: https://t.me/+6PqcdxoheXA4YmRl
  3. WeChat: https://shorturl.at/bmsxG

Releases

No releases published

Packages

No packages published