GET
/
v1
/
configs
/
{config_id}
/
pk
/
{key_type}
curl --request GET \
  --url https://api.axiom.xyz/v1/configs/{config_id}/pk/{key_type} \
  --header 'Axiom-API-Key: <api-key>'
{
  "download_url": "<string>"
}

Authorizations

Axiom-API-Key
string
header
required

Path Parameters

config_id
string
required
key_type
string
required

The type of proving key to download. Different keys are used for different parts of the proving system. Must be one of: app_vm, leaf_vm, internal_vm, root_verifier, halo2_outer, halo2_wrapper

Response

200
application/json

Successful Response

The response is of type object.