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.

Manage the source connectors that feed documents into your Unstructured workflows. Create and configure connections to storage systems, verify connectivity, and keep connectors up to date.
NameMethodPath
List source connectorsGET/api/v1/sources/
Get source connectorGET/api/v1/sources/{source_id}
Create source connectorPOST/api/v1/sources/
Update source connectorPUT/api/v1/sources/{source_id}
Delete source connectorDELETE/api/v1/sources/{source_id}
Get source connection checkGET/api/v1/sources/{source_id}/connection-check
Create source connection checkPOST/api/v1/sources/{source_id}/connection-check