{"uid":"cap_uyITo3jevt_30YNLBjnXl","slug":"slug-toolkit-03d616c0","name":"Slug Toolkit","description":"Convert text into a URL-safe slug: transliterate accents, apply a locale character map, and join with a separator.","url":"https://slug.openverbs.com/v1/create","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":["text"],"properties":{"text":{"type":"string","maxLength":4096,"minLength":1,"description":"The text to slugify."},"trim":{"type":"boolean","description":"Trim leading/trailing separators. Defaults to true."},"locale":{"type":"string","maxLength":10,"minLength":2,"description":"Locale for transliteration, e.g. \"de\" (ö→oe). Optional."},"strict":{"type":"boolean","description":"Drop any character that is not alphanumeric or the separator. Defaults to false."},"lowercase":{"type":"boolean","description":"Lower-case the result. Defaults to true."},"separator":{"type":"string","maxLength":4,"minLength":1,"description":"Word separator. Defaults to \"-\"."}},"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_789Vx8Cu3h6JUfcFsUA_A","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":"Converts arbitrary text into a URL-safe slug with configurable separator, locale-aware transliteration, and case/strictness options","exampleAgentPrompt":"Turn the title 'Über die Straße: A Guide to German Travel' into a URL slug using German locale transliteration, with underscores as the separator and strict mode on.","exampleUseCases":[{"title":"Blog post URL generation","prompt":"I just wrote a post called 'How to Bake the Perfect Sourdough Bread (Step-by-Step)' — can you generate a clean URL slug from that title, lowercase, with hyphens?"},{"title":"Multilingual product slug creation","prompt":"I need a slug for the product name 'Björn's Ångström Café' for my Swedish e-commerce site — use Swedish locale transliteration and keep hyphens as the separator."},{"title":"Strict anchor ID for documentation","prompt":"Convert the heading 'API Reference: v2.0 Endpoints & Schemas!' into a strict slug (drop anything that's not alphanumeric or a hyphen) so I can use it as an HTML anchor ID."}],"resultDescription":"A URL-safe slug string derived from the input text, with non-alphanumeric characters replaced or dropped according to the configured separator, locale transliteration rules, case preference, strictness, and trim settings.","failureModes":["Empty or whitespace-only text returns a validation error (minLength:1 enforced)","Text exceeding 4096 characters is rejected","Invalid locale code may fall back to default transliteration or return an error","Malformed request body (missing required fields: text, type, method, bodyType) returns a 400-level error","Payment failure or insufficient USDC balance returns a 402 error"],"whenToPreferThis":"Choose Slug Toolkit when you need a reliable, configurable slugification service with locale-aware transliteration (e.g. German ö→oe, Swedish å→a) and fine-grained control over separator, case, strictness, and trimming — especially useful in multilingual CMS, e-commerce, or documentation pipelines where a simple regex replacement is insufficient.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T12:34:38.611Z","isFirstParty":false}