hash.tools.town
Developer docs
Quickstart for this hostname. Full gateway reference remains on the shared docs hub.
Authentication
hash.tools.town is publicly callable over HTTPS (CORS enabled). For metered quotas and the unified gateway, use an API key from your account.
Quickstart
cURL
curl -sG "https://hash.tools.town/" --data-urlencode "text=hello" --data-urlencode "algo=sha256" Endpoints
| Method | Path | Description |
|---|---|---|
| GET | /?text=… | Hash UTF-8 text (algo defaults to sha256). |
| POST | /compare | Compare payload digest to expected_hex. |
| GET | /embed | HTML demo widget. |
Gateway tools (EMI, converters, etc.) live under /api/docs and /api/all-tools.