Turns any string into a URL- and identifier-safe slug.
Turns any string into a URL- and identifier-safe slug. Four modes: kebab (lower-kebab-case, default), snake (lower_snake_case), dot (lower.dot.case), or preserve_case (keep original casing). Unicode-aware: strips accents (José to jose), normalizes symbols to words for common cases (& to and, % to percent, @ to at, # to hash, + to plus), collapses adjacent separators, and strips leading/trailing separators. Optional max_length with word-boundary-aware truncation. Cheapest endpoint in the catalog at $0.001. Use it as a URL slug generator, slugifier, canonical-identifier maker, safe-string converter, SEO slug builder, filename slug, or cache-key normalizer.
| Method | Endpoint | Price | Description |
|---|---|---|---|
POST | /v1/marketplace/api/slugify-211 | $0.00575 | Invoke Slugify (Code) and return the upstream response. |
Requests are paid per call over the x402 protocol. Call the endpoint, receive a 402 Payment Required quote, then repeat the request with the signed payment header. The SDKs do both steps for you.
# 1. Ask for a quote
curl -i -X POST https://api.jarvisclaw.ai/v1/marketplace/api/slugify-211 \
-H 'Content-Type: application/json' \
-d '{}'
# 2. Pay it (the SDK signs and retries for you)
curl -X POST https://api.jarvisclaw.ai/v1/marketplace/api/slugify-211 \
-H 'Content-Type: application/json' \
-H 'X-PAYMENT: <signed-payload>' \
-d '{}'
Open in the marketplace
Docs: Getting started · x402 payments · x402 discovery · All APIs