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>" } '
This will return blinded message.
The body should contain message which needs to be blinded
Success