Skip to main content
POST
/
v1
/
checkpoints
/
{checkpoint_id}
/
prove
Request ZK proof
curl --request POST \
  --url https://api.mnemom.ai/v1/v1/checkpoints/{checkpoint_id}/prove \
  --header 'X-Mnemom-Api-Key: <api-key>'
{
  "proof_id": "<string>",
  "status": "<string>",
  "message": "<string>"
}

Authorizations

X-Mnemom-Api-Key
string
header
required

Mnemom API key (mnm_... format)

Path Parameters

checkpoint_id
string
required

The checkpoint ID (ic-{uuid} format)

Response

Proof already exists for this checkpoint

proof_id
string
status
string
message
string