{"uid":"cap_IQ7m6KPaJrfz7kRJazRFq","slug":"kihustle-phonetic-matcher-soundex-dc791e5d","name":"KiHustle Phonetic Matcher (Soundex)","description":"Kostenlose Guides, Solo-Playbooks und Artikel zu KI, Automation und Side Hustles — für Menschen, die mit echten Systemen online Einkommen aufbauen wollen. Transparent finanziert über faire Affiliate-Links.","url":"https://kihustle.tech/agents/api/v1/phonetic-matcher-soundex","method":"POST","headers":{},"bodySchema":{"type":"object","properties":{"text_a":{"type":"string"},"text_b":{"type":"string"}}},"responseSchema":{"type":"json","example":{"result":"processed","status":"success"}},"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_XMYRwoxshP09s6DO9Dsq7","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":"Compares two text strings using Soundex phonetic matching to determine if they sound alike","exampleAgentPrompt":"Do 'Smith' and 'Smyth' sound phonetically the same? Run a Soundex comparison on those two names for me.","exampleUseCases":[{"title":"Duplicate customer name detection","prompt":"I have two customer records — one spelled 'Catherine' and one spelled 'Kathryn' — can you check if they're phonetically the same using Soundex so I can flag potential duplicates?"},{"title":"Spell-check name against database entry","prompt":"A user typed 'Jonson' when searching for 'Johnson' — can you run a phonetic Soundex match on those two strings to see if they'd sound alike and should be treated as a match?"},{"title":"Cross-language name transliteration check","prompt":"I have 'Mueller' and 'Muller' from two different form submissions — use Soundex to tell me if these are phonetically equivalent so I know whether to merge the records."}],"resultDescription":"Returns a JSON object with a 'result' field indicating the phonetic match outcome and a 'status' field confirming success. Specific match scores or boolean similarity values depend on the implementation, but the response confirms whether the two input strings are phonetically equivalent under the Soundex algorithm.","failureModes":["Missing text_a or text_b fields returns an error","Non-string inputs may cause processing failures","Very long strings may produce unexpected results","Empty strings may return a default or error response","Non-Latin characters may not be handled by standard Soundex"],"whenToPreferThis":"Choose this endpoint when you need lightweight, fast phonetic comparison of two specific strings using the well-known Soundex algorithm. Ideal for name deduplication, fuzzy matching, and spell-tolerance scenarios where exact string equality is too strict. Prefer over edit-distance (Levenshtein) approaches when sound similarity matters more than character-level proximity.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-13T13:04:22.797Z","isFirstParty":false}