action easypdfserver_post_make_pdf { label: "Generate a PDF from HTML or URL." provider: easypdfserver method: POST path: "/make-pdf" encoding: json input: { type: "object" required: ["key"] properties: { html: { type: "string" } key: { type: "string" } url: { type: "string" } } } output: { type: "object" additionalProperties: true } }