get_proof

Description: Gets the proof of a Cairo job added with offchain_proof=true.

URL Parameters:

  • customer_id: The customer id
  • cairo_job_key: The Cairo job key

Example:

$ curl --cert user.crt --key user.key --cacert server.crt \
https://sepolia-recursive.public-testnet.provingservice.io/v1/gateway/get_proof?customer_id=the_sharp_book&cairo_job_key=example

{"annotations": ... }