Manage the destination connectors that receive processed document data from 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 destination connectors | GET | /api/v1/destinations/ |
| Get destination connector | GET | /api/v1/destinations/{destination_id} |
| Create destination connector | POST | /api/v1/destinations/ |
| Update destination connector | PUT | /api/v1/destinations/{destination_id} |
| Delete destination connector | DELETE | /api/v1/destinations/{destination_id} |
| Get destination connection check | GET | /api/v1/destinations/{destination_id}/connection-check |
| Create destination connection check | POST | /api/v1/destinations/{destination_id}/connection-check |

