cURL
curl --request GET \ --url https://api.axiom.xyz/v1/configs/{config_id}/vk/{key_type} \ --header 'Axiom-API-Key: <api-key>'
{ "download_url": "<string>" }
Generate a presigned URL to download various verification keys for a configuration.
Available verification key types:
app
agg
The type of verification key to download. Must be one of: app, agg
Download URL generated successfully
Response for download URL generation.
Was this page helpful?