AI game assets

Game Asset Generator API

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.

Endpoint

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

Get the result

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.

What people use it for

Also see: Pattern GeneratorAI Image Generator