cURL
curl --request POST \ --url https://api.truthstamp.ai/signer/commit \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "commonInfo": "<string>", "blindedMessage": "<string>" } '
This will generate blinded signature.
The body should contain blinded signature, and common info.
Success