Phonetic Search & Deduplication API
## Overview High-performance phonetic string matching and list deduplication. ## Capabilities - **Phonetic Comparison**: Compare two words using Soundex and Double Metaphone algorithms to detect soundalike matches (e.g. Schmidt vs. Smith, John vs. Jon). - **Fuzzy Score**: Get a normalized similarity score (0.0 to 1.0) combining phonetic alignment and Levenshtein edit distance. - **Bulk…
Phonetic Search & Deduplication API endpoints
| Method | Endpoint | Description |
|---|---|---|
| compare | ||
| GET |
compare-words-phonetically /compare |
Calculates phonetic similarity and edit distance between two strings. |
| deduplicate | ||
| POST |
deduplicate--cluster-list /deduplicate |
Scans a query against candidates, or clusters an array of strings into phonetically similar groups. |
Phonetic Search & Deduplication API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $29 / month | — |
|
| ULTRA | $99 / month | — |
|