v1
latestOpenAPI 3.0.0MIT2026-07-22275773.2 KBRuns
Create Run
Creates a new Run from a Flow template.
post/v1/runs
Request body
Example request
{
"flowId": "33093874-1e3d-4ea9-b988-8cc64e5a4079",
"version": 1
}Response
A Run ID
Example response
{
"flowRunId": "fb701ac1-1246-4860-b1ec-bd916b97a990"
}