v3

latestOpenAPI 3.0.02026-07-31800117.7 KB
Capabilities

entities.cleanup

Analyze and clean up the user's own business entities: enrich with Google Places data, find duplicates via place_id and embedding similarity, and merge them. This is for companies/legal entities/subsidiaries, not merchant or document duplicates.

post/capabilities/entities.cleanup

Request body

dryRunboolean

Preview changes without executing. Set to false after user confirms.

maxEntitiesnumber

Maximum number of entities to process in one invocation

Response

Successful response

successboolean
codeinteger

Example response

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