Skip to main content
To use the Unstructured API’s workflow operations to manage workflows, do the following:
TaskPython functioncurl
Get a list of available workflowsworkflows.list_workflowsGET /workflows
Get information about a workflowworkflows.get_workflowGET /workflows/<workflow-id>
Create a workflowworkflows.create_workflowPOST /workflows
Run a workflow manuallyworkflows.run_workflowPOST /workflows/<workflow-id>/run
Update a workflowworkflows.update_workflowPUT /workflows/<workflow-id>
Delete a workflowworkflows.delete_workflowDELETE /workflows/<workflow-id>
Get a list of available workflow templatesGET /templates
Get information about a workflow templateGET /templates/<template-id>