action randommer_post_api_text_humanize { label: "Humanize text" provider: randommer method: POST path: "/api/Text/Humanize" encoding: json input: { type: "object" properties: { "X-Api-Key": { type: "string" } text: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }