v1
latestOpenAPI 3.1.02026-08-06284092.1 KBworkflows
Promote a workflow into a global system workflow
Promote one of the org's workflows into a global, public system workflow.
Takes a one-time frozen copy of the workflow's current version (steps, flags, pass_criteria, and reference files) into a new system workflow visible to and runnable by every org. The original private workflow is left untouched. Any admin/owner may promote their org's own workflow. Its reference images become public to all orgs, which the client confirms before calling this.
is_tiliter_created (sorts the entry ahead in the picker) is superuser only: a non-superuser requesting it is refused (403). A system workflow cannot itself be promoted again.
post/api/v2/workflows/{workflow_id}/promote
Path parameters
workflow_idstring required
Request body
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"
}
]
}