REST API · 100 ENDPOINTS

API Playground

Try 10 free tools live — no signup required. Add an API key to unlock all 100 endpoints.

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" }'