action datumbox_spam_detection { label: "Classifies the Document as spam or nospam" description: "The Spam Detection function labels documents as spam or nospam by taking into account their context. It can be used to filter out spam emails and comments." provider: datumbox method: POST path: "/1.0/SpamDetection.json" encoding: form output: { type: "object" additionalProperties: true } }