Consent overlay covers content
That can be valid audit evidence; this demo deliberately does not remove the banner.
One URL produces the two viewport artifacts an audit needs, without pretending a screenshot replaces accessibility, SEO or performance checks.
No result yet
Complete the settings and run the tool. Images, PDFs, text, and video all preview in this panel.
curl --fail-with-body "https://api.pagecapture.dev/v1/take" \
-H "X-Access-Key: $PAGECAPTURE_KEY" \
-H "Content-Type: application/json" \
--data '{"url":"https://example.com","format":"png","viewport_device":"desktop_1280"}' \
-o capture.pngDesktop and mobile run as separate captures, so both artifacts can be inspected and retained.
The demo keeps consent overlays because they are part of what a new visitor sees.
Preset changes create a new catalog version instead of silently changing old audit rules.
The API returns artifacts and metadata; it does not invent an accessibility or SEO grade.
The demo creates two independent requests for the same page.
Desktop and mobile presets capture what each visitor receives.
Download both artifacts and associate them with the audit record.
A two-viewport script is simple; scheduling, evidence retention and failure attribution are the operational parts.
No default is supplied: we do not invent engineering-hour savings.
This is an editable scenario, not a savings claim. Only successful captures that miss cache are billable.
Each audit uses 2 captures in this scenario.
Written by PageCapture Engineering. Reviewed by PageCapture API maintainers. Last tested 2026-08-11.
cURL, TypeScript and Python executed against controlled fixtures; request contract and artifact format verified.