{"openapi":"3.1.0","info":{"title":"PDFRender","description":"Premium URL-or-HTML to PDF via Playwright/Chromium. Pixel-accurate rendering with safe-browser sandboxing. $0.49 per call.","version":"1.1.0","x-tagline":"High-fidelity URL or HTML to PDF, SSRF-hardened."},"servers":[{"url":"https://pdf.melis.ai"}],"x-agentcash-guidance":{"llmsTxtUrl":"https://pdf.melis.ai/llms.txt","iconUrl":"https://pdf.melis.ai/favicon.svg","paymentProtocol":"x402","paymentNetwork":"base"},"paths":{"/render":{"post":{"operationId":"post__render","summary":"Render a public URL or HTML content to PDF","description":"Converts a public https:// URL or supplied HTML to a base64-encoded PDF using Playwright/Chromium. SSRF-hardened.","security":[],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.490000"},"protocols":[{"x402":{}}]},"x-x402-resource":{"url":"https://pdf.melis.ai/render","serviceName":"PDFRender","description":"Converts a public https:// URL or supplied HTML to a base64-encoded PDF using Playwright/Chromium. SSRF-hardened.","mimeType":"application/json","tags":["pdf","document","utility"],"iconUrl":"https://pdf.melis.ai/favicon.svg"},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"url":{"type":"string","description":"Public https:// URL to render to PDF"},"html":{"type":"string","description":"Raw HTML to render to PDF (external resources blocked)"},"format":{"type":"string","description":"Paper format: A4, A3, Letter, Legal (default: A4)"},"orientation":{"type":"string","description":"portrait or landscape (default: portrait)"}}}}}},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object"}}}},"402":{"description":"Payment Required — supply X-Payment header"}}}}}}