action datumbox_commercial_detection { label: "Classifies the Document as commercial or nocommercial" description: "The Commercial Detection function labels the documents as commercial or non-commercial based on their keywords and expressions. It can be used to detect whether a website is commercial or not." provider: datumbox method: POST path: "/1.0/CommercialDetection.json" encoding: form output: { type: "object" additionalProperties: true } }