URL to image
URL to image, in the format your pipeline actually wants
One parameter changes the encoder. Resizing, quality and transparency happen before the bytes reach you.
url to image api · request and resultPAGECAPTURE / 01
cURL
curl -G https://api.pagecapture.dev/v1/take \
-H "X-Access-Key: $PAGECAPTURE_KEY" \
--data-urlencode "url=https://example.com" \
-d "format=avif" \
-d "image_width=800" \
-d "image_quality=70" \
-o out.avifCapture result
succeededhttps://example.com
Noma
Shop nowNEW COLLECTION
Objects for slower mornings.
Thoughtful essentials, made in small batches from natural materials.
Explore the collectionOur materials
No. 01 · Hinoki
PLANT-BASEDMADE IN SMALL BATCHESREFILLABLE
- Artifact
- PNG · 1440×900
- Billing
- 1 credit
- Engine
- stable
Resize on the way out
image_width and image_height fit the capture into the box you give, never distorting it.
Real transparency
omit_background=true produces genuine alpha on PNG, WebP, AVIF and TIFF.
Quality you control
image_quality tunes lossy encoders; PNG stays lossless.
Metadata stripped
EXIF from images embedded in the page never travels into your artifact.
Pricing
One credit per successful capture. Failures and cache hits are free.