GithubHelp home page GithubHelp logo

goapiai / suno-api Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 6 KB

Connect your generative AI apps with Suno API in seconds!

Home Page: https://www.goapi.ai/suno-api

License: MIT License

prompt text-to-music suno-api api suno-ai suno-ai-api

suno-api's Introduction

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

suno-api's People

Contributors

goapiai avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.