Skip to content

SunoAI-API/Suno-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

953885c · Apr 26, 2025

History

77 Commits
Mar 27, 2024
Jun 14, 2024
Mar 28, 2024
Mar 28, 2024
Mar 28, 2024
Mar 28, 2024
Mar 26, 2024
Apr 26, 2025
Mar 13, 2025
Mar 13, 2025
Mar 13, 2025
Jun 3, 2024
Mar 26, 2024
Mar 28, 2024
May 7, 2024
Mar 28, 2024
Oct 24, 2024
Apr 3, 2024
May 7, 2024

Repository files navigation

简体中文 | 日本語

FoxAIHub

FoxAIHub focuses on delivering efficient and reliable AI model API services, covering text-to-image, text-to-video, image-to-video, and music generation API, helping you stay ahead at the intersection of creativity and technology.

FoxAIHUb

Unofficial API

This is an unofficial API based on Python and FastAPI. It currently supports generating songs, lyrics, etc.
It comes with a built-in token maintenance and keep-alive feature, so you don't have to worry about the token expiring.

Features

  • Automatic token maintenance and keep-alive
  • Fully asynchronous, fast, suitable for later expansion
  • Simple code, easy to maintain, convenient for secondary development

Usage

Configuration

Edit the .env.example file, rename to .env and fill in the session_id and cookie.

These are initially obtained from the browser, and will be automatically kept alive later.

cookie

Run

Install dependencies

pip3 install -r requirements.txt

For this part, refer to the FastAPI documentation on your own.

uvicorn main:app 

Docker

docker compose build && docker compose up

Documentation

After setting up the service, visit /docs

docs