Skip to main content
POST
/
api
/
zk-proofs
/
{id}
/
compile
Compile ZK proof
curl --request POST \
  --url https://platform.usewarp.net/api/zk-proofs/{id}/compile \
  --header 'Authorization: Bearer <token>'
{
  "message": "Compilation started"
}

Authorizations

Authorization
string
header
required

JWT Bearer token authentication

Path Parameters

id
string
required

ZK proof ID

Response

ZK proof compilation started

message
string
Example:

"Compilation started"