Skip to main content
POST
/
v1
/
nodes
/
{nodeType}
/
run
Run a model directly
curl --request POST \
  --url https://app.galaxy.ai/api/v1/nodes/{nodeType}/run \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "input": {},
  "subModelId": "<string>"
}
'
{
  "runId": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

nodeType
string
required

Body

application/json
input
object
required
subModelId
string
webhook
object

Response

Successful response

runId
string
required