action scideas_post_perfectpdf_api { label: "Returns PDF document." provider: scideas method: POST path: "/perfectpdf/api" encoding: json input: { type: "object" required: ["api_key", "html"] properties: { api_key: { type: "string" description: "api key" } html: { type: "string" description: "html/css markup" } } } output: { type: "object" additionalProperties: true } }