Skip to main content

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.

Build and operate the end-to-end processing workflows that move documents from source to destination. Create, configure, and trigger runs, and manage workflow-scoped notification channels to stay informed on execution status.
NameMethodPath
List workflowsGET/api/v1/workflows/
Get workflowGET/api/v1/workflows/{workflow_id}
Create workflowPOST/api/v1/workflows/
Update workflowPUT/api/v1/workflows/{workflow_id}
Delete workflowDELETE/api/v1/workflows/{workflow_id}
Run workflowPOST/api/v1/workflows/{workflow_id}/run
List workflow notification channelsGET/api/v1/workflows/{workflow_id}/notifications/channels
Get workflow notification channelGET/api/v1/workflows/{workflow_id}/notifications/channels/{channel_id}
Create workflow notification channelPOST/api/v1/workflows/{workflow_id}/notifications/channels
Update workflow notification channelPATCH/api/v1/workflows/{workflow_id}/notifications/channels/{channel_id}
Delete workflow notification channelDELETE/api/v1/workflows/{workflow_id}/notifications/channels/{channel_id}
Verify workflow notification channelPOST/api/v1/workflows/{workflow_id}/notifications/channels/{channel_id}/verify
To read and manage workspace-scoped notification channels, use the following endpoints: For more information about notification channels, see Webhooks.