{"name":"screenshot","description":"Turn any public URL into a PNG or JPG image on demand. Send a url plus optional viewport width/height, device scale factor, crop or scale fit, JPG quality, transparent background for PNG, and a wait condition (load, domcontentloaded, networkidle) so slow pages finish rendering before capture. Runs on CloudConvert's headless capture engine and returns an image_url you can drop straight into a report, a preview card, or an archive pipeline. Use it as a website screenshot API, URL to image converter, or webpage capture tool for QA snapshots, link previews, and visual monitoring.","price":"$0.04","method":"POST","input_schema":{"properties":{"url":{"type":"string","description":"Page URL to screenshot. Must use http or https."},"format":{"type":"string","description":"'png' (default) or 'jpg'."},"screen_width":{"type":"number","description":"Browser viewport width in px. 320-3840. Optional."},"screen_height":{"type":"number","description":"Browser viewport height in px. 240-4320. Optional."},"device_scale_factor":{"type":"number","description":"Device pixel ratio for retina capture. 1-4. Optional."},"width":{"type":"number","description":"Output image width in px. 1-8000. Optional."},"height":{"type":"number","description":"Output image height in px. 1-8000. Optional."},"fit":{"type":"string","description":"How output is resized: 'max', 'crop', or 'scale'. Optional."},"quality":{"type":"number","description":"JPG compression quality, 1-100. Only applies when format is 'jpg'."},"transparent_background":{"type":"boolean","description":"Boolean. Renders a transparent background instead of white. Only applies when format is 'png'."}},"required":["url"]},"input_example":{"url":"https://example.com"},"output_example":{"image_url":"https://...png"},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}