{ "summary": "Generate a PDF invoice from HTML/CSS", "description": "Example request to POST /api/v1/generate-pdf using HTML and CSS content.", "request": { "method": "POST", "url": "https://app.useanvil.com/api/v1/generate-pdf", "headers": { "Content-Type": "application/json", "Authorization": "Basic YOUR_BASE64_ENCODED_API_KEY" }, "body": { "type": "html", "title": "Invoice #1042", "data": { "html": "
| Item | Amount |
|---|---|
| API Integration Services | $2,500.00 |
| Document Automation Setup | $1,200.00 |
| Total | $3,700.00 |