Label Merge Candidates
Semantically-near label pairs (candidates for merge), read-only.
Cross-space (graph aggregation). Surfaces near-synonym and cross-language pairs (the embedding model is multilingual) for human/agent review. A cosine score is a candidate signal, not a verdict: nothing is merged here. Exact- canonical forks are excluded (handled by /labels/consolidate). Apply a chosen merge via POST /labels/merge.
Query Parameters
sim_floor?Sim Floor
Range
0 <= value <= 1Default
0.82max_labels?Max Labels
Range
2 <= value <= 5000Default
2000max_pairs?Max Pairs
Range
1 <= value <= 1000Default
100Response Body
application/json
application/json
curl -X GET "https://example.com/labels/merge-candidates"{}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}