Turn a text description and lyrics into a complete, original song — vocals, melody, and instrumentation. Choose the genre, mood, and language. Ideal for video creators, games, ads, and apps that need royalty-free, on-demand music.
POST https://api.pixelapi.dev/v1/song/generate
curl -X POST https://api.pixelapi.dev/v1/song/generate \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"prompt":"upbeat indie pop, summer vibes","lyrics":"sunlight on the open road...","duration":60,"language":"en"}'
curl https://api.pixelapi.dev/v1/audio/JOB_ID \ -H "Authorization: Bearer YOUR_API_KEY"
Jobs run async on always-warm infrastructure — poll until status is completed. No cold starts.
Also see: Text-to-Speech API • Sound Effects API