action datumbox_educational_detection { label: "Classifies the Document as educational or noeducational" description: "The Educational Detection function classifies the documents as educational or non-educational based on their context. It can be used to detect whether a website is educational or not." provider: datumbox method: POST path: "/1.0/EducationalDetection.json" encoding: form output: { type: "object" additionalProperties: true } }