{"uid":"cap_ryPvD92BDr2ICwNAnS2mj","slug":"double-metaphone-encoder-6af5d9d3","name":"Double Metaphone Encoder","description":"Encode a word with Double Metaphone, returning a primary and a secondary code to capture alternate pronunciations (useful for non-English names).","url":"https://similarity.openverbs.com/v1/double-metaphone","method":"POST","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method","bodyType","body"],"properties":{"body":{"type":"object","required":["word"],"properties":{"word":{"type":"string","maxLength":256,"minLength":1,"description":"The word to encode."}},"additionalProperties":false},"type":{"type":"string","const":"http"},"method":{"enum":["POST"],"type":"string"},"bodyType":{"enum":["json","form-data","text"],"type":"string"}},"additionalProperties":false}}},"responseSchema":null,"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.002","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.002/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.002","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.002","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_zND-EcKtQAjY8jdfUWeay","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.002","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Encodes a word using the Double Metaphone algorithm, returning both a primary and secondary phonetic code to capture alternate pronunciations, especially for non-English names.","exampleAgentPrompt":"Can you get the Double Metaphone phonetic codes for the name 'Schwarzenegger' so I can use them for fuzzy name matching?","exampleUseCases":[{"title":"Deduplicating customer name records","prompt":"I have a customer database with lots of name duplicates from different spellings — can you get the Double Metaphone codes for 'Kowalczyk' so I can group it with phonetically similar entries?"},{"title":"Phonetic search index for multilingual names","prompt":"I'm building a search index that needs to handle non-English names — please encode 'Nguyen' with Double Metaphone so I get both the primary and secondary pronunciation codes."},{"title":"Matching names across immigration records","prompt":"I need to match historical records where names were transcribed inconsistently — can you Double Metaphone encode 'Szymanski' to find all its phonetic variants?"}],"resultDescription":"Returns a primary Double Metaphone code and a secondary code (if an alternate pronunciation exists) for the submitted word. The codes are short alphabetic strings representing the phonetic skeleton of the word, suitable for indexing or comparing against other encoded words.","failureModes":["Empty or missing 'word' field returns a validation error","Word exceeding 256 characters is rejected","Non-string input types cause schema validation failure","Payment failure (x402) blocks the request","Network timeout on slow connections"],"whenToPreferThis":"Choose Double Metaphone over Soundex or basic Metaphone when handling non-English names (especially names of Slavic, Asian, or Middle Eastern origin) where alternate pronunciations need to be captured. The secondary code makes it superior for cross-cultural name matching. Prefer this over Soundex for any serious phonetic deduplication or search task where name diversity is expected.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-15T00:43:55.612Z","isFirstParty":false}