We use essential cookies

We use strictly necessary cookies for authentication and, with your consent, optional analytics cookies to improve the product.

APIs/Text Utilities API
Utilitiesoperational

Text Utilities API

Everyday text utilities: slugify Unicode strings, generate UUID v4, hash text with md5/sha1/sha256/sha512, transform case (upper/lower/title/camel/snake).

Use cases

URL slugs
Unique IDs
Password/token hashing
Data normalisation

Endpoints

Base: /api/v1/text
MethodPathDescriptionCredits
GET/slugifyTurn text into a URL-safe slug1
GET/uuidGenerate a UUID v41
GET/hashHash text with md5/sha1/sha256/sha5121
GET/caseTransform casing (upper/lower/title/camel/snake)1

Code examples

curl
curl -H "X-API-Key: $LOFTPRESS_KEY" \
  "https://loftpress.shop/api/v1/text/slugify"

Sample response

json
{
  "input": "Merhaba Dünya",
  "slug": "merhaba-dunya"
}

Live playground

No API key required. Rate-limited to 30 req/min per IP.

// Click Run to try the API

Pricing plans

100,000 req · 50 req/s
$200/mo
+ applicable taxes
1,000,000 req · 200 req/s
$500/mo
+ applicable taxes

VAT, GST or other applicable sales tax is calculated and collected by Creem at checkout based on the customer's location.

Changelog / Status
All systems operational
Live status →