What it does
Submit a text prompt describing a game asset — a warrior, a slime, a potion, a tile, a UI button — and receive a 512×512 PNG sprite. Pixel-art-tuned model, batched throughput, drop-in REST.
Style presets
- Warrior / Hero — armored characters, swords, shields
- Slime / Creature — fantasy monsters and pets
- Potion / Item — UI item icons, consumables
- Tileset — terrain, walls, floors for top-down maps
- UI / HUD — buttons, frames, badges
Pricing
- $0.006 per 512px sprite (6 credits)
- 100 free credits on signup — no card required
- Volume discounts on Pro and Scale plans
Quick example
curl -X POST https://api.pixelapi.dev/v1/pixelforge/generate \
-H "Authorization: Bearer $API_KEY" \
-d '{"prompt": "brave hero in armor with sword", "style": "warrior"}'
Why teams pick this API
- Always-warm endpoint — no cold starts
- Drop-in REST — three lines to integrate
- Predictable per-call pricing — no per-credit GUI billing
- Game-tuned model output, not generic SDXL