action datumbox_readability_assessment { label: "Evaluates the Readability of the Document" description: "The Readability Assessment function determines the degree of readability of a document based on its terms and idioms. The texts are classified as basic, intermediate and advanced depending their difficulty." provider: datumbox method: POST path: "/1.0/ReadabilityAssessment.json" encoding: form output: { type: "object" additionalProperties: true } }