POST
/
v1
/
programs
curl --request POST \
  --url https://api.axiom.xyz/v1/programs \
  --header 'Axiom-API-Key: <api-key>' \
  --header 'Content-Type: multipart/form-data'
{
  "id": "<string>"
}

Authorizations

Axiom-API-Key
string
header
required

Query Parameters

config_id
string
required
program_path
string
default:.

The relative path from the uploaded directory root to the guest program

Body

multipart/form-data

Response

200
application/json

Successful Response

The response is of type object.