cURL
curl --request POST \ --url https://api.axiom.xyz/v1/verify \ --header 'Axiom-API-Key: <api-key>' \ --header 'Content-Type: multipart/form-data' \ --form proof='@example-file'
{ "id": "<string>" }
Submit an EVM proof for verification. Upload the proof file and specify the configuration used.
Successful Response
Generic response for POST operations.
Was this page helpful?