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 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.
NameMethodPath
List destination connectorsGET/api/v1/destinations/
Get destination connectorGET/api/v1/destinations/{destination_id}
Create destination connectorPOST/api/v1/destinations/
Update destination connectorPUT/api/v1/destinations/{destination_id}
Delete destination connectorDELETE/api/v1/destinations/{destination_id}
Get destination connection checkGET/api/v1/destinations/{destination_id}/connection-check
Create destination connection checkPOST/api/v1/destinations/{destination_id}/connection-check