Deduplicate a JSON array of objects using fuzzy string matching (Levenshtein + t...
https://api.strale.io/x402/v2/deduplicateOverview
Deduplicate a JSON array of objects using fuzzy string matching (Levenshtein + token sort). Specify match fields and threshold.
Protocol
x402
Price
$0.02
Payment Asset
USD Coin
Payment Network
eip155:8453
Category
uncategorized
Provider
strale
Source
bazaar
Indexed
2026-09-06 08:13:59
Health
Status
unknown
Latency (p50)
—
Uptime (30d)
—
Reliability Score
—
Last Checked
Never
Last Healthy
Never
Consecutive Failures
0
x402 Payment Validation
Payment Requirements
—
Asset Verified
—
Facilitator
—
Input Schema
{
"discoverable": true,
"method": "GET",
"queryParams": {
"data": {
"description": "Array of objects to deduplicate",
"required": true,
"type": "array"
},
"match_fields": {
"description": "Fields to compare",
"type": "array"
},
"threshold": {
"description": "Match threshold 0-1 (default 0.8)",
"type": "number"
}
},
"type": "http"
}
Output Schema
{
"deduplicated": {
"type": "array"
},
"deduplicated_count": {
"type": "integer"
},
"duplicates_found": {
"type": "array"
},
"original_count": {
"type": "integer"
}
}