Management APIs
cURL
curl --request GET \ --url https://api.basic.tech/utils/slugify
{ "slug": "<string>" }
Converts any text into a URL-friendly slug by removing special characters, converting to lowercase, and replacing spaces with hyphens
Text to convert into a URL-friendly slug
Successfully converted text to slug