action pdfgeneratorapi_get_editor_url { label: "Open editor" description: "Returns an unique URL which you can use to redirect your user to the editor from your application or use the generated URL as iframe source to show the editor within your application.\n" provider: pdfgeneratorapi method: POST path: "/templates/templateId/editor" encoding: json input: { type: "object" properties: { language: { type: "string" enum: ["en", "et", "cs", "sk", "ru"] } templateId: { type: "integer" } } required: ["templateId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }