Skip to main content
POST
/
verifyProof
cURL
curl --request POST \
  --url https://api.truthstamp.ai/selfattest/verifyProof \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "publicKey": "<string>",
  "handshake": "<string>",
  "signatureProof": {
    "z1Hat": "<string>",
    "c1Hat": "<string>",
    "s1Hat": "<string>",
    "c2Hat": "<string>",
    "s2Hat": "<string>",
    "m1Hat": "<string>"
  }
}
'

Authorizations

x-api-key
string
header
required

Body

application/json

The body should contain publicKey, Public handshake and Signature Proof

publicKey
string
handshake
string
signatureProof
object

Response

Success