> ## 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.

# Overview

<Note>
  First time creating a connector? [Read this first](/api-reference/workflow/connector-first-time-reqs).
</Note>

To use the [Unstructured API's workflow operations](/api-reference/workflow/overview) to manage destination connectors, do the following:

| Task                                           | Python function                   | cURL                                                                                         |
| ---------------------------------------------- | --------------------------------- | -------------------------------------------------------------------------------------------- |
| Get a list of available destination connectors | `destinations.list_destinations`  | `GET` [`/destinations`](/api-reference/api/destination/list-destinations)                    |
| Get information about a destination connector  | `destinations.get_destination`    | `GET` [`/destinations/<connector-id>`](/api-reference/api/destination/get-destination)       |
| Create a destination connector                 | `destinations.create_destination` | `POST` [`/destinations`](/api-reference/api/destination/create-destination)                  |
| Update a destination connector                 | `destinations.update_destination` | `PUT` [`/destinations/<connector-id>`](/api-reference/api/destination/update-destination)    |
| Delete a destination connector                 | `destinations.delete_destination` | `DELETE` [`/destinations/<connector-id>`](/api-reference/api/destination/delete-destination) |

To create or update a destination connector, you must also provide settings that are specific to that connector.
For the list of specific settings, see:

| Connector                                                                                 | Python SDK                       | cURL                             |
| ----------------------------------------------------------------------------------------- | -------------------------------- | -------------------------------- |
| [Astra DB](/api-reference/workflow/destinations/astradb)                                  | `ASTRADB`                        | `astradb`                        |
| [Azure AI Search](/api-reference/workflow/destinations/azure-ai-search)                   | `AZURE_AI_SEARCH`                | `azure_ai_search`                |
| [Azure Blob Storage](/api-reference/workflow/destinations/azure-blob-storage)             | `AZURE`                          | `azure`                          |
| [Couchbase](/api-reference/workflow/destinations/couchbase)                               | `COUCHBASE`                      | `couchbase`                      |
| [Databricks Volumes](/api-reference/workflow/destinations/databricks-volumes)             | `DATABRICKS_VOLUMES`             | `databricks_volumes`             |
| [Delta Tables in Amazon S3](/api-reference/workflow/destinations/delta-table)             | `DELTA_TABLE`                    | `delta_table`                    |
| [Delta Tables in Databricks](/api-reference/workflow/destinations/databricks-delta-table) | `DATABRICKS_VOLUME_DELTA_TABLES` | `databricks_volume_delta_tables` |
| [Elasticsearch](/api-reference/workflow/destinations/elasticsearch)                       | `ELASTICSEARCH`                  | `elasticsearch`                  |
| [Google Cloud Storage](/api-reference/workflow/destinations/google-cloud)                 | `GCS`                            | `gcs`                            |
| [IBM FileNet](/api-reference/workflow/destinations/filenet)                               | `FILNET`                         | `filenet`                        |
| [IBM watsonx.data](/api-reference/workflow/destinations/ibm-watsonxdata)                  | `IBM_WATSONX_S3`                 | `ibm_watsonx_s3`                 |
| [Kafka](/api-reference/workflow/destinations/kafka)                                       | `KAFKA_CLOUD`                    | `kafka-cloud`                    |
| [Local](/api-reference/workflow/destinations/local)                                       |                                  |                                  |
| [Milvus](/api-reference/workflow/destinations/milvus)                                     | `MILVUS`                         | `milvus`                         |
| [MongoDB](/api-reference/workflow/destinations/mongodb)                                   | `MONGODB`                        | `mongodb`                        |
| [MotherDuck](/api-reference/workflow/destinations/motherduck)                             | `MOTHERDUCK`                     | `motherduck`                     |
| [Neo4j](/api-reference/workflow/destinations/neo4j)                                       | `NEO4J`                          | `neo4j`                          |
| [OneDrive](/api-reference/workflow/destinations/onedrive)                                 | `ONEDRIVE`                       | `onedrive`                       |
| [OpenSearch](/api-reference/workflow/destinations/opensearch)                             | `OPENSEARCH`                     | `opensearch`                     |
| [Pinecone](/api-reference/workflow/destinations/pinecone)                                 | `PINECONE`                       | `pinecone`                       |
| [PostgreSQL](/api-reference/workflow/destinations/postgresql)                             | `POSTGRES`                       | `postgres`                       |
| [Qdrant](/api-reference/workflow/destinations/qdrant)                                     | `QDRANT_CLOUD`                   | `qdrant-cloud`                   |
| [Redis](/api-reference/workflow/destinations/redis)                                       | `REDIS`                          | `redis`                          |
| [Snowflake](/api-reference/workflow/destinations/snowflake)                               | `SNOWFLAKE`                      | `snowflake`                      |
| [S3](/api-reference/workflow/destinations/s3)                                             | `S3`                             | `s3`                             |
| [Teradata](/api-reference/workflow/destinations/teradata-sql)                             | `TERADATA`                       | `teradata`                       |
| [Teradata vector](/api-reference/workflow/destinations/teradata-vector-v2)                | `TERADATAVECTOR_V2`              | `teradatavector_v2`              |
| [Weaviate](/api-reference/workflow/destinations/weaviate)                                 | `WEAVIATE`                       | `weaviate`                       |
