Generate images with a single URL. Drop it into websites, presentations, PDFs, or anywhere that loads images.
No SDKs, no API keys, no auth. Use it anywhere that supports an image URL — HTML, Markdown, docs, slides.
Built for AI agents building websites, presentations, and documents. Deterministic output with version pinning.
Same prompt + version always returns the same image. Generated once, served instantly from cache forever.
Log in to increase your daily limit from 5 to 20 images
A single GET endpoint. That's the whole API.
| Parameter | Description | Default |
|---|---|---|
promptRequired |
Text description of the image to generate | — |
versionOptional |
Seed version for deterministic output. Same prompt + version = same image. | 1 |
widthOptional |
Image width in pixels | 1600 |
heightOptional |
Image height in pixels | 900 |
keyOptional |
API key. Anonymous gets 5 images/day. Sign in with Google for a key with 20/day. | anonymous |
<img src="https://imglink.ai/images?prompt=hero+banner+abstract+gradient&width=1200&height=400&key=anonymous" alt="Hero banner" />

.hero { background-image: url('https://imglink.ai/images?prompt=dark+abstract+texture&width=1920&height=1080&key=anonymous'); }
// Tell your AI agent: "Use https://imglink.ai/images?prompt=...&width=...&height=...&key=anonymous for all images. Each image URL will generate and return a real image."
Pause new image generation to prevent unexpected usage when your key is not actively being used for development. All previously generated images continue to work.