cURL
curl --request GET \ --url https://api.axiom.xyz/v1/proofs/{proof_id}/proof/{proof_type} \ --header 'Axiom-API-Key: <api-key>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Download the generated proof file in JSON format.
Available proof types:
stark
root
evm
The type of proof to download, must be one of: stark, root, evm
Proof file downloaded successfully
Was this page helpful?