/v1/l1/atlantic-query/proof-generation-verification
How to use?
Submit thepie.zip file. The endpoint also offers an option to mock the fact hash, which bypasses actual verification on chain. It is useful for testing purposes.
Sending Request
- Query Parameters
apiKey(string, required)
- Request Body
pieFile(file -.ziprequired) -pie.zipgenerated e.g. usingcairo-runor with/trace-generationendpoint (but in that case you should probably send/l1/atlantic-queryinstead)mockFactHash(boolean, required) - Iftruethe fact hash will be mocked, bypassing actual verification for testing purposes.
Responses
-
Success (201 created)
- Content-Type:application/json
- Response Body
- You can use this
atlanticQueryIdto check status of that request.
-
Error responses
- 400 Bad Request - Indicates that parameters are invalid such as providing invalid
pieFileormockFactHash. - 500 Internal Server Error - This says error is on our side.
- 400 Bad Request - Indicates that parameters are invalid such as providing invalid

