AI music generation

AI Music Generator API

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.

Endpoint

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

Get the result

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.

What people use it for

Also see: Text-to-Speech APISound Effects API