Kakerapetit
POST api.kakerapetit.dev/v1/text/similarity
Why an agent can trust this route.
Sonar evidence is advisory. Paid delivery is shown as verified only when paid probes are available; otherwise route estimates use the unpaid handshake as a clearly labeled proxy.
Observed outcomes
Compute similarity between two texts. Returns Jaccard, Dice, cosine and overlap scores for two strings. Use to deduplicate documents, match names or titles, and detect near-identical text.
Resource: api.kakerapetit.dev/v1/text/similarity
Network: eip155:8453 · Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 · Pay to: 0x3a43FdF92B1596B22DDF719d5b528c537Da4237d
Payment methods: — · Last validation: —
{
"input": {
"body": {
"text_a": "The quick brown fox jumps over the lazy dog",
"text_b": "A quick brown fox jumped over a lazy dog"
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"dice": 0.667,
"jaccard": 0.5,
"overlap": 0.667,
"cosine_tf": 0.667
}
},
"paymentRequirements": [
{
"raw": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x3a43FdF92B1596B22DDF719d5b528c537Da4237d",
"amount": "2000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0x3a43FdF92B1596B22DDF719d5b528c537Da4237d",
"scheme": "exact",
"network": "eip155:8453",
"amountAtomic": "2000"
}
]
}Source catalog records are retained separately from live endpoint observations. Sonar score, uptime, and latency are advisory metrics. CDP indexing is not inferred from validation.