Pay as you go · No subscriptions

Premium image tools, on demand.

Open Graph images, logos, and free-form images from a text prompt. Credit-based pricing — drafts from 1 credit, premium renders 30. No subscription.

Embeds

Drop a URL in, get an image.

Register a domain you control, then embed AI images directly with a plain <img src>. No SDK, no API key in markup — we authenticate the request by its Referer.

<!-- AI Image, square, premium -->
<img src="https://imgsrc.pub/api/generate
  ?prompt=red%20fox" />

<!-- Logo on transparent PNG -->
<img src="https://imgsrc.pub/api/generate
  ?type=logo&prompt=acme%20coffee" />

<!-- Open Graph share image -->
<meta property="og:image"
  content="https://imgsrc.pub/api/generate
    ?type=og&prompt=launching%20our%20app" />