workflows
Create a workflow
Create a new workflow owned by the caller's active org (begins at v1).
post/api/v2/workflows
Request body
Example request
{
"name": "Site walk-through",
"steps": [
{
"name": "Overview shot",
"agent_id": "object-detection-v1"
}
]
}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"
}
]
}Changes
Changed in 2 of the 3 revisions of this API.6
- ○
added the new optional request property
new-optional-request-property
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
- ○
added the new optional request property
new-optional-request-property
- ○
added the new optional request property
//new-optional-request-property
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○
added the required property
to the response with the statusresponse-required-property-added
- ○