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.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.
| Name | Method | Path |
|---|---|---|
| List source connectors | GET | /api/v1/sources/ |
| Get source connector | GET | /api/v1/sources/{source_id} |
| Create source connector | POST | /api/v1/sources/ |
| Update source connector | PUT | /api/v1/sources/{source_id} |
| Delete source connector | DELETE | /api/v1/sources/{source_id} |
| Get source connection check | GET | /api/v1/sources/{source_id}/connection-check |
| Create source connection check | POST | /api/v1/sources/{source_id}/connection-check |

