{"uid":"cap_O3Osm-HTwnGBvIB2jdZqF","slug":"strip-accents-for-agents-b0e30524","name":"Strip Accents for Agents","description":"Strip diacritics from text. Use when normalizing names, search keys, or filenames that must stay ASCII-safe. Returns accent-stripped text without network calls or language models. $0.001 USDC per successful call via x402 on Base—deterministic first-party JSON, no API key, no subscription, and nothing is billed on structured validation errors.","url":"https://api.delx.ai/api/v1/x402/strip-accents","method":"POST","headers":{},"bodySchema":{"type":"object","properties":{"text":{"type":"string","maxLength":100000,"description":"Primary text input (max 100k chars). Processed first-party; not retained as a dataset."}}},"responseSchema":{"type":"json","example":{"text":"hello agent world","schema":"delx/strip-accents/v1"}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.001","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.001/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.001","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.001","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_yAk23AkO0GlBLf6bIKFuO","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.001","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Removes diacritical marks (accents) from text, returning ASCII-safe normalized output without network calls or language models.","exampleAgentPrompt":"Strip all accents from this string so it's ASCII-safe: 'Ångström café naïve résumé Ñoño'.","exampleUseCases":[{"title":"Normalize user names for search index","prompt":"I need to make this list of user names searchable without worrying about accent variations — strip all diacritics from 'Björn Müller, Renée Dupont, José García' so I can index them as plain ASCII keys."},{"title":"Sanitize filename for file system storage","prompt":"This filename 'Zürich_tëst_ëxàmple.pdf' has accented characters that break our file system — can you strip the accents so it becomes a plain ASCII-safe filename?"},{"title":"Normalize search query input","prompt":"A user typed 'café naïve' into our search bar — remove the accents so I can match it against our ASCII-normalized product catalog."}],"resultDescription":"A JSON object containing the accent-stripped version of the input text, with all diacritical marks removed and characters transliterated to their closest ASCII equivalents. No language model is involved; the transformation is deterministic and first-party.","failureModes":["Input text exceeds 100,000 character limit — validation error returned, no charge","Empty or missing text field — structured validation error, no charge","Non-string text value — validation error returned","Payment failure via x402 — call not processed"],"whenToPreferThis":"Choose this endpoint when you need deterministic, fast, ASCII-safe text normalization without invoking a language model or managing API keys. Ideal for preprocessing pipeline steps like search key generation, filename sanitization, or database normalization where accent removal must be consistent and reproducible. Prefer this over a general LLM call when cost predictability ($0.001/call), zero data retention, and no subscription overhead matter.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-13T19:02:37.539Z","isFirstParty":false}