POST /hash/sha256
Request and response examples for the SHA-256 endpoint.
Endpoint
POST /hash/sha256Generates a SHA-256 digest from the submitted input text.
Example request
{"input":"Hash this string"}Example response
{"success":true,"data":{"output":"f75d46eaeb9bd3f0f51748f95d0c7b52fe4c5c0a5d3ddc88134c0bcf4f2f3f8d"}}