OverviewREST · JSON

Hash & HMAC

MD5, SHA-1/224/256/384/512, CRC32 and HMAC digests — hex or base64.

Method
POST
Endpoint
/v1/hash
Auth
X-API-Key
Format
JSON
Algorithms
md5 · sha1 · sha224/256/384/512 · crc32
Modes
digest · HMAC
Encoding
hex · base64
Status
200 · 400 · 401 · 402 · 429
Trylive · no key
Pricingmonthly + usage
Referencecurl · SDK · OpenAPI
curl -X POST https://atomios.me/api/v1/hash/ \
  -H "X-API-Key: $ATOMIOS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"algo":"sha256","data":"hello world"}'
Ratingscommunity