{"access":{"authentication":{"format":"L402 {macaroon}:{proof_of_payment}","header":"Authorization","protocols":["L402","MPP"],"format_mpp":"Payment <base64url_json>"},"endpoint":"https://sats4ai.com/api/l402/convert-html-to-pdf","method":"POST"},"content_type":"api","description":"Convert HTML or Markdown to a PDF document. Send parameters as JSON:\n```\n{\n    \"html\": \"<h1>Hello World</h1><p>Your HTML content here</p>\",\n    \"format\": \"html\"\n}\n```\nOr for Markdown:\n```\n{\n    \"html\": \"# Hello World\\nYour markdown content here\",\n    \"format\": \"markdown\"\n}\n```","name":"HTML/Markdown to PDF"}