Get Proof

Get Proof

GET https://api.zkcloud.systems/proofs/:id

This endpoint allows you to get a proof.

Query Parameters

NameTypeDescription

id

string

The id of proof

Headers

NameTypeDescription

Authorization

string

Authentication token.

Accept

string

The Accept request-header field can be used to specify certain media types which are acceptable for the response and versioning.

{
  "id":"EA6h9bxo2tlknmM-hmYh-",
  "duration":4,
  "protocol":"PLONK",
  "status":"COMPLETED",
  "proofFileUrl":"https://d15so8dfvu8vp1.cloudfront.net/ckubbw72j0002zovjmr8vgt6y_qyt1bbdtsN_CaEpS8A2aDA.zip",
  "startDate":"2021-10-03T14:39:14.112Z",
  "endDate":"2021-10-03T14:39:18.391Z"
}

Example

curl -H "Authorization: Bearer <API_TOKEN>" -H "Accept: application/json;v=1" http://api.zkcloud.systems/proofs/:id

Last updated