Proof Generation
Generate new proof
POST
Authorizations
Query Parameters
The type of proof to generate. must be one of: evm (more to come)
Body
application/json · Input Data · object
The input data must be a json with key input
, and the value is an array of hex strings
Each hex string is either:
- Hex string of bytes, which is prefixed with 0x01
- Hex string of native field elements (represented as u32, little endian), prefixed with 0x02
Response
200
application/json
Successful Response
The response is of type object
.