REST API · 100 ENDPOINTS
API Playground
Try 10 free tools live — no signup required. Add an API key to unlock all 100 endpoints.
10 free endpoints
Hashing
Encoding
JSON
Generators
Text
JWT
Color
Data
Network
90 more with API key:
repair-json
detect-pii
detect-secrets
chunk-text
sql-format
text-diff
+ 84 more…
POST/v1/demo/hash
HashingHash a string with MD5, SHA-1, SHA-256, or SHA-512
Request body
No auth required · No rate limit
Response
Hit Run to see the response
curl -X POST https://api.utilix.tech/v1/demo/hash \
-H 'Content-Type: application/json' \
-d '{ "input": "Hello, world!", "algorithm": "sha256" }'