Skip to main content
POST
/
v1
/
l2
/
atlantic-query
/
proof-generation-verification
Submit an L2 Atlantic proof generation and verification query
curl --request POST \
  --url https://atlantic.api.herodotus.cloud/v1/l2/atlantic-query/proof-generation-verification \
  --header 'Content-Type: multipart/form-data' \
  --form layout=auto \
  --form prover=starkware_sharp \
  --form mockFactHash=false
{
  "atlanticQueryId": "<string>"
}

Query Parameters

apiKey
string
required

Body

multipart/form-data
pieFile
file
required
mockFactHash
enum<string>
required

If true, a fact hash will be mocked

Available options:
false,
true
layout
enum<string>
Available options:
auto,
recursive,
recursive_with_poseidon,
small,
dex,
starknet,
starknet_with_keccak,
dynamic
prover
enum<string>

starkware_sharp is default option. If you want to use our stone instance, contact us.

Available options:
starkware_sharp

Response

Successful response

atlanticQueryId
string
required
I