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
GET
method to call the/destinations
endpoint. Learn more. - To get information about a destination connector, use the
GET
method to call the/destinations/<connector-id>
endpoint. Learn more. - To create a destination connector, use the
POST
method to call the/destinations
endpoint. Learn more. - To update a destination connector, use the
PUT
method to call the/destinations/<connector-id>
endpoint. Learn more. - To delete a destination connector, use the
DELETE
method to call the/destinations/<connector-id>
endpoint. Learn more.
To create a destination connector, you must also provide a request body that contains settings that are specific to that connector. For the list of specific settings, see:
- Astra DB (
destination_type=astradb
) - Azure AI Search (
destination_type=azure_ai_search
) - Couchbase (
destination_type=couchbase
) - Databricks Volumes (
destination_type=databricks_volumes
) - Delta Table (
destination_type=delta_table
) - Elasticsearch (
destination_type=elasticsearch
) - Google Cloud Storage (
destination_type=gcs
) - Milvus (
destination_type=milvus
) - MongoDB (
destination_type=mongodb
) - OneDrive (
destination_type=onedrive
) - Pinecone (
destination_type=pinecone
) - PostgreSQL (
destination_type=postgres
) - Qdrant (
destination_type=qdrant
) - S3 (
destination_type=s3
) - Weaviate (
destination_type=weaviate
)
Was this page helpful?