For the complete documentation index, see llms.txt. This page is also available as Markdown.

Comparing Documents

Compare documents. Only users with the Standard Registry role are allowed to make the request.

POST /analytics/compare/documents

Compare documents. Only users with the Standard Registry role are allowed to make the request.

Request Body

Name
Type
Description

documentIds*

String

Document Identifiers to compare

{
  "documents": {},
  "left": {},
  "right": {},
  "total": {}
}

Last updated