action datumbox_adult_content_detection { label: "Classifies the Document as adult or noadult" description: "The Adult Content Detection function classifies the documents as adult or noadult based on their context. It can be used to detect whether a document contains content unsuitable for minors." provider: datumbox method: POST path: "/1.0/AdultContentDetection.json" encoding: form output: { type: "object" additionalProperties: true } }