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