GET
/
v1
/
programs
/
{program_id}
/
download
/
{program_type}
curl --request GET \
  --url https://api.axiom.xyz/v1/programs/{program_id}/download/{program_type} \
  --header 'Axiom-API-Key: <api-key>'
"<any>"

Authorizations

Axiom-API-Key
string
header
required

Path Parameters

program_id
string
required
program_type
string
required

The type of program to download. Must be one of: exe, elf, source, app_exe_commit

Response

200
application/json

Successful Response

The response is of type any.