Integrate DC's AI Music Generator into your applications and workflows.
All API requests require authentication using your API key. Include your key in the Authorization header:
All API endpoints are available at:
Generate a new music track with AI
Generate song lyrics with AI
Clone a voice from audio sample
Get the status of a generation request
import requests api_key = "your_api_key" headers = ["Authorization: Bearer your_api_key"] response = requests.post( "https://api.aimusicgenerator.com/v1/music/generate", headers=headers, json=["style: electronic", "tempo: fast"] ) result = response.json() print(result["id"])
Check out our developer documentation or contact our developer support team.
Contact Developer Support