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>" }
Verify an evm proof
Successful Response
The response is of type object.
object
Was this page helpful?