{"uid":"cap_0ptl698vGV-YsiH_GbB6X","slug":"kihustle-damerau-levenshtein-scorer-bed47567","name":"KiHustle Damerau-Levenshtein Scorer","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/api/v1/damerau-levenshtein-scorer","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_f0F9pFdznagP66n2wHvrF","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":"Computes the Damerau-Levenshtein edit distance score between two input strings","exampleAgentPrompt":"Can you compute the Damerau-Levenshtein edit distance score between the strings 'kitten' and 'sitting'?","exampleUseCases":[{"title":"Spell-check candidate ranking","prompt":"I have a misspelled word 'recieve' and a candidate correction 'receive' — can you score the Damerau-Levenshtein distance between them so I know how close they are?"},{"title":"Duplicate product name detection","prompt":"Check how similar these two product names are: 'Samsung Galaxy S23' and 'Samsng Galxy S23' — give me the edit distance score."},{"title":"User input fuzzy matching","prompt":"A user typed 'JavaScrpit' into a search box and I want to match it to 'JavaScript' — what's the Damerau-Levenshtein score between those two strings?"}],"resultDescription":"A JSON object containing a computed result representing the Damerau-Levenshtein edit distance or similarity score between the two input strings, along with a success status field.","failureModes":["Missing text_a or text_b fields returns an error","Empty string inputs may return zero distance or an error","Very long strings may cause timeout or unexpected results","Malformed JSON body returns a 400 error"],"whenToPreferThis":"Choose this endpoint when you need a classical Damerau-Levenshtein edit distance score specifically (supporting transpositions in addition to insertions, deletions, substitutions), rather than a plain Levenshtein or Hamming distance. Useful for spell-checking pipelines, fuzzy deduplication, and input normalization where transposed characters are common typos.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-13T19:03:01.010Z","isFirstParty":false}