# Suno AI API [English](./README.md) | [简体中文](./README_CN.md) Use API to call the music generation service of Suno.ai and easily integrate it into agents like GPTs. ## Introduction Suno.ai v3 is an amazing AI music service. Although the official API is not yet available, we couldn't wait to integrate its capabilities somewhere. We discovered that some users have similar needs, so we decided to open-source this project, hoping you'll like it. ## Demo We have deployed an example bound to a free Suno account, so it has daily usage limits, but you can see how it runs: [https://...](https://...) ## Features - Perfectly implements the creation API from app.suno.ai - Supports Custom Mode - One-click deployment to Vercel - In addition to the standard API, it also adapts to the API Schema of Agent platforms like GPTs and Coze, so you can use it as a tool/plugin/Action for LLMs and integrate it into any AI Agent. - Permissive open-source license, allowing you to freely integrate and modify. ## Getting Started ### 1. Obtain the cookie of your app.suno.ai account ### 2. Clone and deploy this project ### 3. Configure suno-api ### 4. Run suno api ### 5. Create more freely ## API Reference Suno API currently mainly implements the following APIs: ```bash - `/api/generate`: Generate music - `/api/get`: Get music Info - `/api/get_limit`: Get quota Info ``` ## Integration with Custom Agents ### Integration with GPTs ### Integration with Coze ### Integration with Dify ## Contribution Guidelines ## License LGPL-3.0 or later ## Contact Us - Contact us: - Join our [Discord](https://...) - Follow us on Twitter: [@gcui](https://twitter.com/gcui_art) ## Related Links - Project repository: [github.com/gcui-art/suno-api](https://github.com/gcui-art/suno-api) - Suno.ai official website: [suno.ai](https://suno.ai)