{"name":"website-screenshot","description":"Capture a screenshot of any live URL and get back a hosted PNG or JPG. Send a url plus optional viewport controls (screen_width, screen_height, device_scale_factor for retina), crop options (width, height, fit: max/crop/scale), transparent_background for PNG, quality for JPG, and wait_until/wait_time to let JS-heavy pages finish rendering before the capture. Runs on the CloudConvert website-capture engine and returns image_url, format, and file_size_bytes. Use it as a website screenshot API, URL-to-image converter, webpage capture tool, or site preview generator for thumbnails, monitoring, and visual QA.","price":"$0.04","method":"POST","input_schema":{"properties":{"url":{"type":"string","description":"Webpage URL to capture. Must be http or https."},"format":{"type":"string","enum":["png","jpg"],"description":"Output image format, \"png\" or \"jpg\". Optional; defaults to \"png\"."},"screen_width":{"type":"number","description":"Browser viewport width in pixels. Optional; 320-3840."},"screen_height":{"type":"number","description":"Browser viewport height in pixels. Optional; 240-4320."},"device_scale_factor":{"type":"number","description":"Device pixel ratio for the capture. Optional; 1-4."},"width":{"type":"number","description":"Output image width in pixels. Optional; 1-8000."},"height":{"type":"number","description":"Output image height in pixels. Optional; 1-8000."},"fit":{"type":"string","description":"How the capture fits the requested width/height: \"max\", \"crop\", or \"scale\". Optional."},"quality":{"type":"number","description":"JPG compression quality. Optional; 1-100, jpg format only."},"transparent_background":{"type":"boolean","description":"If true, renders a transparent background instead of white. Optional, png format only."}},"required":["url"]},"input_example":{"url":"https://example.com","format":"png","screen_width":1280},"output_example":{"image_url":"https://...png","format":"png","file_size_bytes":43794},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}