{"uid":"cap_DddXO5Vv2oRqkj_TDxx3A","slug":"402utils-slugify-b4813cb7","name":"402utils Slugify","description":"Turn free multilingual text into a URL-safe slug. Transliterates Latin (all diacritics: é→e, ü→u), Cyrillic and Greek to ASCII; deterministic. Options: separator (default '-'), lowercase (default true), maxLength (cuts on a word boundary), transliterate (default true; false keeps letters of any script as a Unicode slug). Complex scripts (CJK, Arabic, Hebrew) are NOT romanised and are dropped.","url":"https://402utils.com/v1/slugify","method":"POST","headers":{},"bodySchema":{"type":"object","properties":{"text":{"type":"string","description":"The source text."},"lowercase":{"type":"boolean","default":true},"maxLength":{"type":"integer","maximum":1000,"minimum":1,"description":"Truncate the slug (on a separator boundary where possible)."},"separator":{"type":"string","default":"-","description":"Word separator (max 10 chars)."},"transliterate":{"type":"boolean","default":true,"description":"Romanise to ASCII (true) or keep any-script letters (false)."}}},"responseSchema":null,"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_EGv_d-NxYUtS60f3eqeLy","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":"Converts multilingual text into a URL-safe ASCII slug with configurable separator, casing, max length, and transliteration of Latin diacritics, Cyrillic, and Greek.","exampleAgentPrompt":"Slugify this article title for the URL: \"Déjà Vu en Été\" — use an underscore separator, keep it lowercase, and cap it at 30 characters.","exampleUseCases":null,"resultDescription":"Returns a URL-safe ASCII slug derived from the input text, with Latin diacritics, Cyrillic, and Greek transliterated to ASCII, words joined by the specified separator, optionally lowercased and truncated at a word boundary to maxLength.","failureModes":["Input text contains only CJK, Arabic, or Hebrew characters — those scripts are dropped, resulting in an empty slug","maxLength too short to fit even one word segment","separator longer than 10 characters returns a validation error","Missing required 'text' field returns a 400-level error","Text with mixed CJK and Latin produces partial slug with only the Latin/transliterable portions"],"whenToPreferThis":"Choose this endpoint when you need deterministic, reproducible URL slugs from multilingual text containing Latin diacritics (é, ü, ñ), Cyrillic, or Greek — particularly when you need consistent output for SEO permalinks, file names, or database keys. Prefer it over client-side libraries when you need a hosted, language-agnostic, pay-per-call solution without dependency management.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T18:44:49.088Z","isFirstParty":false}