Generate game-ready 2D art — items, characters, icons, props — from a text prompt, with transparent backgrounds and a consistent style. Built for indie devs and game studios that need art on demand without a full art team.
POST https://api.pixelapi.dev/v1/game-assets/generate
curl -X POST https://api.pixelapi.dev/v1/game-assets/generate \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"prompt":"glowing health potion, fantasy RPG item","style":"pixel-art","transparent_bg":true}'
curl https://api.pixelapi.dev/v1/game-assets/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: Pattern Generator • AI Image Generator