action datumbox_document_similarity { label: "Estimates the similarity between 2 Documents" description: "The Document Similarity function estimates the degree of similarity between two documents. It can be used to detect duplicate webpages or detect plagiarism." provider: datumbox method: POST path: "/1.0/DocumentSimilarity.json" encoding: form output: { type: "object" additionalProperties: true } }