Workflow
Run workflow
Run a workflow manually, by triggering a new job if none is currently active.
POST
Documentation Index
Fetch the complete documentation index at: https://docs.unstructured.io/llms.txt
Use this file to discover all available pages before exploring further.
This endpoint creates a workflow that persists until it is explicitly deleted (a long-lived workflow). To create a workflow that exists only for the duration of a single job run using local files as input, use the create job endpoint instead.
Path parameters
The unique identifier of the workflow to run.
Body
One or more files to process at runtime. Provide as a multipart file upload.
Response
Unique identifier for the job.
ID of the workflow that triggered this job.
Name of the workflow that triggered this job.
Job status:
SCHEDULED, IN_PROGRESS, COMPLETED, STOPPED, or FAILED.ISO 8601 timestamp when the job was created.
Job duration.
IDs of input files submitted with the job.
Metadata about output files produced by the job.
Job type. Defaults to
ephemeral.
