Skip to main content
POST
/
signer
/
commit
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>"
}
'

Authorizations

x-api-key
string
header
required

Body

application/json

The body should contain blinded signature, and common info.

commonInfo
string
blindedMessage
string

Response

Success