Embed the AI Upscaler on Your Site
A working AI image upscaler your visitors can use without leaving your page. Paste one snippet, no signup, no fee to embed it — it runs on the same free tier as bigimg.ai/upscaler.
Live preview
Copy this into your page
<div style="max-width:420px;font-family:system-ui,sans-serif">
<iframe src="https://bigimg.ai/embed/upscaler" width="100%" height="640"
style="border:0;border-radius:12px;overflow:hidden" loading="lazy"
title="AI Image Upscaler"></iframe>
<p style="font-size:12px;color:#9ca3af;text-align:center;margin-top:6px">
<a href="https://bigimg.ai" target="_blank" rel="noopener"
style="color:#7c3aed;text-decoration:none">AI image upscaling by BigImg</a>
</p>
</div>That's the whole thing — an iframe and a small attribution link underneath it. No API key, no script tag, no account needed on your end.
What it costs
Nothing to add — it's free to embed. Each visitor who uses it draws from the same anonymous free pool as visiting bigimg.ai directly (10 upscales a month per visitor, enforced on our side, not something you configure). There's no per-embed fee and no usage cap on how many sites can run it.
Sizing it
The default snippet is 420px wide and 640px tall, which fits most sidebars and content columns. Change the width/height attributes on the <iframe> tag to fit your layout — it's a normal responsive block, not a fixed-size widget.
One ask
Please keep the "AI image upscaling by BigImg" link underneath it. That's the only thing we ask in exchange for the free embed — no attribution requirement beyond that one line.
Want more than the upscaler?
Background removal and watermark removal aren't embeddable yet — let us know if you want one of those next. If you need programmatic access instead of an embedded UI, see the API docs.