v1
latestOpenAPI 3.1.02026-08-06284092.1 KBworkflows
Start (or resume) a draft of edits to a live workflow
Open an editable draft copy of a live workflow's current definition.
Returns a private draft row (steps and reference images copied from the live workflow) that the caller edits and autosaves without affecting the running workflow, then publishes to apply the changes. Resumes the caller's existing edit draft for this workflow if one is already open, so reopening the editor continues where they left off. The live workflow keeps running untouched until publish.
post/api/v2/workflows/{workflow_id}/drafts
Path parameters
workflow_idstring required
Response
Successful Response
Example response
{
"steps": [
{
"name": "Overview shot",
"workflow_note": "Stand back and capture the whole subject in frame.",
"agent_id": "object-detection-v1"
}
]
}