suno-api icon indicating copy to clipboard operation
suno-api copied to clipboard

Use API to call the music generation AI of suno.ai, and easily integrate it into agents like GPTs.

Results 29 suno-api issues
Sort by recently updated
recently updated
newest added

- Added route to get information of a clip (an extension) via an ID - I think I've added to all the necessary places in the docs, but let me...

**Describe the bug** make_instrumental: true is not working for endpoint: custom_generate **To Reproduce** Use endpoint custom_generate with make_instrumental: true

Thank you for your hard work! Suno have the option to generate Random Style for music (in custom mode under Style of Music). Can we have the option in API...

Hello guys, thanks for your amazing work. But I have to ask, is this a service which could keep running? Cause I noticed this project used cookie which expires in...

question

/extend_audio endpoint is returning 500s, Internal Error 'Unauthorized' All the other endpoints work. I'm consistently running up against these 500s though. I tried with the swagger docs as well as...

_`# Fonction pour envoyer les paroles de chansons à l'API pour la génération_ def **send_lyrics_to_api**(song): url = 'https://api.sunoaiapi.com/api/v1/gateway/generate/music' headers = {'Content-Type': 'application/json', 'api-key': API_KEY} payload = { "title": song[0], "tags":...

I want to integrate this suno.ai API in my project, but it won't stop, if you can do it then let me know.

Now the API responds: ERROR - Request error: 400, Response body: {"error":"Prompt, tags, and title are required"} Although in fact in Suno you don’t have to use promt in custom...

bug

真的很抱歉打扰您,但是我的部署到本地时会卡在ready这里之后就没有反映了 ![屏幕截图 2024-05-08 115215](https://github.com/gcui-art/suno-api/assets/128216209/630b5915-2dfe-4402-8e9d-732604a225b3)

Hi. I am using your suno api. Thanks for this great work. But i have this error "Internal server error. Error: Failed to get session id, you may need to...