// AI IMAGE APPS
Generated images — finished, not raw.
Run model outputs through /info for palette and BlurHash, compose variation grids with /grid, remove the background for stickers, ladder the format for delivery. The DALL-E or Stable Diffusion URL stops being your final URL.
Your app saves the OpenAI URL straight into your DB. Then the URL expires, the user wants a 2×2 collage of four variations, and somebody asks for an attribution mark.
// LIVE /grid → ATTRIBUTED
AI · attribution
/gridReal composition. Attribution baked in.
// BG REMOVAL
Subject out · background gone.
Subject extraction in one query param. bg-remove=true returns a transparent PNG — perfect for stickers, avatars, product mockups, or Photoshop-grade composites without leaving the browser.
Same source · drop one query param · transparent PNG back.
// FORMAT LADDER
Raw to ready · 4 calls.
Models output 2MB+ PNGs. Your gallery doesn't need that. format=auto serves AVIF or WebP per browser; pin format=png for the download button.
jpeg
2400KB
webp
320KB
avif
180KB
jpeg
2880KB
webp
384KB
avif
212KB
jpeg
1840KB
webp
244KB
avif
132KB
Hand the model URL once · format=auto serves every browser.
// GALLERY CARDS
Generations · curated.
Every generation gets a finished card — palette extracted by /info, BlurHash as the soft aura, /transform for the crisp render. Three outputs, three styles, all from the same JSON.
// READY TO BUILD
Ship AI images today.
200 credits free for 7 days. No card, no signup pipeline — paste your bucket, copy a URL, watch it work.