{"machine":"render","slot":"A1","title":"Screenshot / PDF renderer","how_to_call":"POST https://innernetcorp.com/machines/render with Content-Type: application/json","price_usd":"$0.01","currencies":["USDC","EURC"],"payment":"x402: send the POST without payment to receive a 402 with signed requirements; pay any option and retry.","input_example":{"url":"https://example.com","format":"png","full_page":false,"width":1280,"height":800},"input_schema":{"type":"object","properties":{"url":{"type":"string","description":"Public http(s) URL to render. Provide url OR html, not both."},"html":{"type":"string","description":"Raw HTML to render instead of a URL. Network access is disabled in this mode."},"format":{"type":"string","enum":["png","jpeg","pdf"],"default":"png"},"full_page":{"type":"boolean","default":false,"description":"Capture the full scroll height (screenshots only)."},"width":{"type":"integer","minimum":320,"maximum":3840,"default":1280},"height":{"type":"integer","minimum":320,"maximum":3840,"default":800},"wait_until":{"type":"string","enum":["load","domcontentloaded","networkidle"],"default":"networkidle"},"delay_ms":{"type":"integer","minimum":0,"maximum":10000,"default":0,"description":"Extra wait after load, for late-painting pages."},"quality":{"type":"integer","minimum":1,"maximum":100,"description":"JPEG quality (jpeg format only)."}},"additionalProperties":false},"summary":"Render any public URL, or raw HTML you provide, into a PNG/JPEG screenshot or a PDF using a real headless browser. Useful when an agent needs pixels: previews, archives, visual checks, reports.","catalog":"/catalog"}