{ "@context": "../json-ld/api-snap-context.jsonld", "@type": "ApiSnap", "operation": "htmlToPdf", "request": { "method": "POST", "url": "https://api-snap.com/api/pdf", "headers": { "Authorization": "Bearer snp_REDACTED", "Content-Type": "application/json" }, "body": { "html": "
Total: $129.00
", "title": "invoice-1042" } }, "response": { "statusCode": 200, "contentType": "application/pdf", "headers": { "Content-Disposition": "attachment; filename=\"invoice-1042.pdf\"" } } }