AI music generation service supporting songs, lyrics, covers, extensions, stem separation, WAV/MP4 export, and reference-audio uploads.
API home page: Ace Data Cloud - Producer Music Generation
Keywords: producer-api, ai-music, music-generation, song-generation, lyrics, cover, extend, stems, text-to-music, rest-api, ai-api, AI API, REST API, Developer API, Ace Data Cloud
- Unified developer platform with one API key, billing system, and usage tracking
- Production-ready AI API endpoints served from https://api.acedata.cloud
- English integration guides, API references, and service documentation
- Global-ready workflow for developers building chat, image, video, music, and search products
The Producer Audios Generation API generates AI songs from a text prompt or custom lyric, with support for instrumental-only tracks, covers, extensions, and section replacement. The Producer Lyrics Generation API drafts lyrics from a prompt. The Producer Wav / Videos APIs export a finished track to WAV audio or MP4 video, the Upload API registers a reference audio for cover/extend, and the Tasks API polls asynchronous jobs.
To use the Producer Audios Generation API, apply for the corresponding service on the Producer Audios Generation API page. After entering the page, click the "Acquire" button.
There is a free quota available for first-time applicants, allowing you to use this API for free.
- Base URL: https://api.acedata.cloud
- Service page: Producer Music Generation on Ace Data Cloud
- Docs: Developer documentation
curl --request POST "https://api.acedata.cloud/producer/audios" \
--header "Authorization: Bearer YOUR_API_KEY" \
--header "Content-Type: application/json" \
--data '{
"action": "generate",
"prompt": "upbeat electronic dance track with synth leads"
}'| Model | Notes |
|---|---|
FUZZ-2.0 Pro |
Default, highest quality |
FUZZ-2.0 |
Standard quality |
FUZZ-2.0 Raw |
Raw output variant |
FUZZ-1.1 Pro |
Pro v1.1 |
FUZZ-1.0 Pro |
Pro v1.0 |
FUZZ-1.1 / FUZZ-1.0 / FUZZ-0.8 |
Earlier versions |
| API | Path | Integration Guidance |
|---|---|---|
| Producer Audios Generation API | /producer/audios |
Producer Audios Generation API Integration Guide |
| Producer Tasks API | /producer/tasks |
Producer Tasks API Integration Guide |
- Ace Data Cloud Developer Platform
- Ace Data Cloud Docs
- Status Page
- Ace Data Cloud GitHub Organization
If you meet any issue, please check support info or browse the latest documentation on docs.acedata.cloud