action presalytics_svgconvert { label: "converts pptx file to svg image" provider: presalytics method: POST path: "/svgconvert" encoding: json output: { type: "object" properties: { blob_name: { type: "string" } blob_url: { type: "string" } } } }