Skip to main content
POST
/
recipient
/
messageHash
cURL
curl --request POST \
  --url https://api.truthstamp.ai/recipient/messageHash \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "message": "<string>"
}
'

Authorizations

x-api-key
string
header
required

Body

application/json

The body should contain message which needs to be blinded

message
string

Response

Success