Viewport or full page, optional element selector, dark mode and cookie banner removal. Returns base64 image plus a short lived fetch URL, byte size, load time and the final HTTP status of the page.
# 1. Ask the endpoint what it costs (no payment, no wallet needed): curl -i -X GET 'https://shot.halowerk.com/screenshot' # -> HTTP/1.1 402 Payment Required # the response carries the price, asset and pay-to address. # 2. Pay and retry with any x402 client: npx x402-fetch 'https://shot.halowerk.com/screenshot'
Endpoint: https://shot.halowerk.com/screenshot. Operated by shot.halowerk.com, not by Animica. Price and availability were correct at the last probe on 2026-09-02 and are set by the operator, who may change them.
One page load answers everything an agent needs to reason about a page: the DOM after JavaScript capped at 2 MB, the CDP accessibility tree flattened with paren…