GET
/
utils
/
slugify
curl --request GET \
  --url http://localhost:3003/utils/slugify
{
  "slug": "<string>"
}

Query Parameters

slug
string
required

Text to convert into a URL-friendly slug

Response

200
application/json

Successfully converted text to slug

slug
string

The converted URL-friendly slug