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

Authorizations

x-api-key
string
header
required

Body

application/json

The body should contain public handshake and secret to encrypt

handshake
string
secret
string

Response

Success