Paste any URL and get a full-page PNG in seconds. No sign-up, no watermark, no API key — just clean captures with a free REST endpoint.
/api/websnap returns the PNG binary. Info endpoint returns JSON metadata.Free, no auth, no key. A single endpoint with two actions: capture the PNG directly, or fetch JSON metadata first.
https://ahm7xmakki.com
/api/websnap
image/png · screenshot
Returns a full-page screenshot of the target URL as an inline, downloadable PNG binary.
| Param | Type | Description | |
|---|---|---|---|
| action | string | required | Must be screenshot |
| url | string | required | URL-encoded target URL (must start with http:// or https://) |
/api/websnap
application/json · info
Returns JSON metadata without the binary — check that a capture will succeed, and inspect content type / file size before you download.
| Param | Type | Description | |
|---|---|---|---|
| action | string | required | Must be info |
| url | string | required | URL-encoded target URL |
contentType and sizeBytes. Use this endpoint to validate a URL before triggering a full capture.Yes — 100% free. No sign-up, no subscription, no API key, no limits on normal use.
Yes. Every capture is a full-page PNG — the entire scroll length of the page, not just the viewport.
Any public URL that starts with http:// or https://. Pages behind authentication won't render logged-in.
A PNG, served inline with the correct Content-Type so browsers open or download it directly.
Yes. A single GET endpoint at /api/websnap with two actions: screenshot returns the PNG binary, info returns JSON metadata. See the API Docs section above.
The captured image is generated on demand and streamed back. Your recent-captures list lives in your browser's local storage only.
New tools, updates, and exclusive resources delivered to WhatsApp.
WebSnap is a free full-page screenshot API by AHM7xMakki — part of a 16-tool free API platform. Owned by AHM7. Built and managed by Makki. About us →
Captures are rendered on demand and streamed back. Your recent-captures list stays in your browser only. Full policy →
For personal and developer use. Do not use WebSnap to capture private or copyrighted content without permission. Fair-use limits apply. Full terms →
WebSnap by AHM7xMakki is a completely free full-page website screenshot API. Paste any URL, get a PNG, no sign-up, no API key. Free REST endpoint at /api/websnap.