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
max_labels?Max Labels
max_pairs?Max Pairs
Response Body
application/json
application/json
curl -X GET "https://example.com/labels/merge-candidates"{}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}