Skip to content

AceDataCloud/ProducerAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Producer Music Generation API

AI music generation service supporting songs, lyrics, covers, extensions, stem separation, WAV/MP4 export, and reference-audio uploads.

Platform API Docs

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

Why Use Producer Music Generation on 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

Overview

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.

Application Process

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.

Quick Start

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"
  }'

Models

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

APIs and Guides

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

Related Resources

Support

If you meet any issue, please check support info or browse the latest documentation on docs.acedata.cloud

About

AceDataCloud Producer API integration guides

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors