Payments API now live! Read more at API Reference
curl --request POST \
--url https://platform.usewarp.net/api/zk-proofs/{id}/compile \
--header 'Authorization: Bearer <token>'{
"message": "Compilation started"
}Compile a ZK proof circuit
curl --request POST \
--url https://platform.usewarp.net/api/zk-proofs/{id}/compile \
--header 'Authorization: Bearer <token>'{
"message": "Compilation started"
}Was this page helpful?