Destinations
Overview
To use the Unstructured Platform API to manage destination connectors, do the following:
- To get a list of available destination connectors, use the
UnstructuredClient
object’sdestinations.list_destinations
function (for the Python SDK) or theGET
method to call the/destinations
endpoint (forcurl
or Postman).. Learn more. - To get information about a destination connector, use the
UnstructuredClient
object’sdestinations.get_destination
function (for the Python SDK) or theGET
method to call the/destinations/<connector-id>
endpoint (forcurl
or Postman). Learn more. - To create a destination connector, use the
UnstructuredClient
object’sdestinations.create_destination
function (for the Python SDK) or thePOST
method to call the/destinations
endpoint (forcurl
or Postman). Learn more. - To update a destination connector, use the
UnstructuredClient
object’sdestinations.update_destination
function (for the Python SDK) or thePUT
method to call the/destinations/<connector-id>
endpoint (forcurl
or Postman). Learn more. - To delete a destination connector, use the
UnstructuredClient
object’sdestinations.delete_destination
function (for the Python SDK) or theDELETE
method to call the/destinations/<connector-id>
endpoint (forcurl
or Postman). Learn more.
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:
- Astra DB (
astradb
) - Azure AI Search (
azure_ai_search
) - Couchbase (
couchbase
) - Databricks Volumes (
databricks_volumes
) - Delta Tables in Amazon S3 (
delta_table
) - Delta Tables in Databricks (
databricks_volume_delta_tables
) - Elasticsearch (
elasticsearch
) - Google Cloud Storage (
gcs
) - Kafka (
kafka-cloud
) - Milvus (
milvus
) - MongoDB (
mongodb
) - MotherDuck (
motherduck
) - Neo4j (
neo4j
) - OneDrive (
onedrive
) - Pinecone (
pinecone
) - PostgreSQL (
postgres
) - Qdrant (
qdrant-cloud
) - Redis (
redis
) - Snowflake (
snowflake
) - S3 (
s3
) - Weaviate (
weaviate
)
Was this page helpful?