{
  "x402Version": 2,
  "id": 5910,
  "slug": "5910",
  "resource": "https://402utils.com/v1/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.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xc55A2D530b53CBaD1001e4AfD4720B7E71f9C291",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "1000",
      "maxTimeoutSeconds": 60
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "text": "Crème Brûlée à la Vanille"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "empty": false,
            "slug": "creme-brulee-a-la-vanille",
            "truncated": false
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "description": "Text to slugify plus options.",
                "properties": {
                  "lowercase": {
                    "default": true,
                    "type": "boolean"
                  },
                  "maxLength": {
                    "description": "Truncate the slug (on a separator boundary where possible).",
                    "maximum": 1000,
                    "minimum": 1,
                    "type": "integer"
                  },
                  "separator": {
                    "default": "-",
                    "description": "Word separator (max 10 chars).",
                    "type": "string"
                  },
                  "text": {
                    "description": "The source text.",
                    "type": "string"
                  },
                  "transliterate": {
                    "default": true,
                    "description": "Romanise to ASCII (true) or keep any-script letters (false).",
                    "type": "boolean"
                  }
                },
                "required": [
                  "text"
                ],
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "empty": {
                    "description": "True when nothing survived (e.g. an unsupported script).",
                    "type": "boolean"
                  },
                  "slug": {
                    "type": "string"
                  },
                  "truncated": {
                    "description": "Whether maxLength shortened the slug.",
                    "type": "boolean"
                  }
                },
                "required": [
                  "slug",
                  "truncated",
                  "empty"
                ],
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "402utils.com",
  "lastUpdated": "2026-08-24T00:46:10.408Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-24T00:46:08.766Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "402utils.com",
    "manifest_name": "402utils.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}