/v1/proof-generation
How to use?
This endpoint requires thepie.zip file as input, along with parameters to define the layout and the prover to be used.
Sending Request
- Query Parameters
apiKey(string, required)
- Request Body
pieFile(file -.zip, required) -pie.zipgenerated e.g. usingcairo-runor with/trace-generationendpoint (but in that case you should probably send/trace-generation-proof-generationquery instead)prover(string, required, default:starkware_sharp) - Prover to be used. If you want to use our stone instance - contact us.layout(string, required, default:auto) - Cairo layout of your pie file. Available layouts are:auto- automatically detect layout based on builtins usagerecursiverecursive_with_poseidonsmalldexstarknetstarknet_with_keccakdynamic
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, e.g. not providing
layoutat all. - 500 Internal Server Error - This says error is on our side.
- 400 Bad Request - Indicates that parameters are invalid, e.g. not providing

