Skip to content

Execute a workflow

POST
/forge/runs
curl --request POST \
--url https://shoehorn.example.com/api/v1/forge/runs \
--header 'Content-Type: application/json' \
--data '{ "mold_slug": "example", "parameters": {} }'

Creates and starts a new workflow run from a mold.

Media type application/json
object
mold_slug
required
string
parameters
required

User-provided parameter values

object
Example generated
{
"mold_slug": "example",
"parameters": {}
}

Run created and started