v3

latestOpenAPI 3.0.02026-07-31800117.7 KB
Capabilities

documents.resolve-duplicates

Analyze a selected set of documents as possible duplicates. Use dryRun=true (default) to preview which document should be kept first. Use dryRun=false with masterId set to the document ID the user chose to keep.

post/capabilities/documents.resolve-duplicates

Request body

documentIdsstring[] required

Document IDs to analyze as a possible duplicate set

masterIdstring

The document ID to keep. Required only when dryRun=false and must be one of documentIds.

dryRunboolean

If true, preview duplicate resolution. If false, keep the chosen document and archive the duplicates.

Response

Successful response

successboolean
codeinteger

Example response

{
  "success": true,
  "code": 200
}