Skip to main content
POST
https://sandbox.compose.market
/
sandbox
/
run
Run Workflow
curl --request POST \
  --url https://sandbox.compose.market/sandbox/run \
  --header 'Content-Type: application/json' \
  --data '
{
  "workflow": {},
  "input": {}
}
'
{
  "status": "completed",
  "outputs": {
    "result": "Success"
  }
}

Body

workflow
object
required
The full JSON workflow definition.
input
object
Key-value map of input variables.
{
  "status": "completed",
  "outputs": {
    "result": "Success"
  }
}