Verify ZK proof
ZK Proofs
Verify ZK proof
Verify a ZK proof
POST
Verify ZK proof
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Payments API now live! Read more at API Reference
curl --request POST \
--url https://platform.usewarp.net/api/zk-proofs/{id}/verify \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"proof": "<string>",
"publicSignals": [
"<string>"
]
}
'{
"verified": true
}Verify a ZK proof
curl --request POST \
--url https://platform.usewarp.net/api/zk-proofs/{id}/verify \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"proof": "<string>",
"publicSignals": [
"<string>"
]
}
'{
"verified": true
}Was this page helpful?
