v1
latestOpenAPI 3.1.02026-08-06284092.1 KBworkflows
Clone a workflow into an editable copy
Clone a visible workflow into a fresh copy owned by the active org.
Works on system workflows and the org's own workflows alike. The copy carries over the four workflow flags and every step (including pass_criteria), and is always editable (is_system=False). The copy is auto-named <source name> (cloned) with a numeric suffix when needed to stay unique within the org. Use this as the "start from a system workflow" entry point on create.
post/api/v2/workflows/{workflow_id}/clone
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"
}
]
}