Blueticks
Boards

Find similar board items

Server-side dedupe: match each candidate text against the board's items by normalized fingerprint + fuzzy token overlap, returning match pairs (and the misses).

Use before creating to avoid duplicates. Requires boards:read.

Request

curl -X POST "https://api.blueticks.co/v1/boards//items/find-similar" \  -H "Content-Type: application/json" \  -d '{    "candidates": [      {        "text": "string"      }    ]  }'
POST
/v1/boards/{boardId}/items/find-similar

Path Parameters

boardId*string

Request Body

application/json

Response

Response Body

application/json

application/json