Authorizations
Query Parameters
The type of proof to generate. must be one of: evm, stark
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
Successful Response
Generic response for POST operations.