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>"
}Request a zero-knowledge proof for a checkpoint’s verdict derivation. If a proof already exists, returns its current status. Otherwise, creates a pending proof request and dispatches it to the SP1 prover service. Requires API key authentication.
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>"
}