Skip to main content
POST
/
api
/
zk-proofs
/
deploy
Deploy ZK proof contract
curl --request POST \
  --url https://platform.usewarp.net/api/zk-proofs/deploy \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "proofId": "<string>",
  "network": "<string>"
}
'
{
  "deploymentId": "<string>"
}

Authorizations

Authorization
string
header
required

JWT Bearer token authentication

Body

application/json
proofId
string
required

ZK proof ID

network
string

Target network

Response

Contract deployment started

deploymentId
string

Deployment ID