ApiV3Generated
Entity Synonyms
Overview of the Entity Synonyms API
Hand off to an LLM
Manage the human-readable surface forms (synonyms) attached to a canonical entity. Synonyms feed the matcher's exact-match path, so adding the right synonyms improves cross-document entity resolution.
POST /v3/entities/{id}/synonymsattaches acustomer_definedsynonym. If the same normalized form already exists as anextractedsynonym, it is upgraded tocustomer_defined(so the matcher weights it higher); an existing customer/SME synonym is returned unchanged.DELETE /v3/entities/{id}/synonyms/{synonymID}soft-deletes a synonym. Onlycustomer_definedandsme_approvedsynonyms are deletable;extractedsynonyms are resolver-owned and the request is rejected with409 Conflict.
A merged-away entity id transparently resolves to its surviving canonical entity, so a synonym added to a stale id lands on the entity that persists.