If you’re new to Unstructured, read this note first.Before you can create a destination connector, you must first sign up for Unstructured and get your
Unstructured API key. After you sign up, the Unstructured user interface (UI) appears, which you use to get the key.
To learn how, watch this 40-second how-to video.After you create the destination connector, add it along with a
source connector to a workflow.
Then run the worklow as a job. To learn how, try out the
hands-on Workflow Endpoint quickstart,
go directly to the quickstart notebook,
or watch the two 4-minute video tutorials for the Unstructured Python SDK.You can also create destination connectors with the Unstructured user interface (UI).
Learn how.If you need help, reach out to the community on Slack, or
contact us directly.You are now ready to start creating a destination connector! Keep reading to learn how.
- To get a list of available destination connectors, use the
UnstructuredClientobject’sdestinations.list_destinationsfunction (for the Python SDK) or theGETmethod to call the/destinationsendpoint (forcurlor Postman).. Learn more. - To get information about a destination connector, use the
UnstructuredClientobject’sdestinations.get_destinationfunction (for the Python SDK) or theGETmethod to call the/destinations/<connector-id>endpoint (forcurlor Postman). Learn more. - To create a destination connector, use the
UnstructuredClientobject’sdestinations.create_destinationfunction (for the Python SDK) or thePOSTmethod to call the/destinationsendpoint (forcurlor Postman). Learn more. - To update a destination connector, use the
UnstructuredClientobject’sdestinations.update_destinationfunction (for the Python SDK) or thePUTmethod to call the/destinations/<connector-id>endpoint (forcurlor Postman). Learn more. - To delete a destination connector, use the
UnstructuredClientobject’sdestinations.delete_destinationfunction (for the Python SDK) or theDELETEmethod to call the/destinations/<connector-id>endpoint (forcurlor Postman). Learn more.
- Astra DB (
ASTRADBfor the Python SDK orastradbforcurlor Postman) - Azure AI Search (
AZURE_AI_SEARCHfor the Python SDK orazure_ai_searchforcurlor Postman) - Couchbase (
COUCHBASEfor the Python SDK orcouchbaseforcurlor Postman) - Databricks Volumes (
DATABRICKS_VOLUMESfor the Python SDK ordatabricks_volumesforcurlor Postman) - Delta Tables in Amazon S3 (
DELTA_TABLEfor the Python SDK ordelta_tableforcurlor Postman) - Delta Tables in Databricks (
DATABRICKS_VOLUME_DELTA_TABLESfor the Python SDK ordatabricks_volume_delta_tablesforcurlor Postman) - Elasticsearch (
ELASTICSEARCHfor the Python SDK orelasticsearchforcurlor Postman) - Google Cloud Storage (
GCSfor the Python SDK orgcsforcurlor Postman) - Kafka (
KAFKA_CLOUDfor the Python SDK orkafka-cloudforcurlor Postman) - Local (Supported only for
curlor Postman) - Milvus (
MILVUSfor the Python SDK ormilvusforcurlor Postman) - MongoDB (
MONGODBfor the Python SDK ormongodbforcurlor Postman) - MotherDuck (
MOTHERDUCKfor the Python SDK ormotherduckforcurlor Postman) - Neo4j (
NEO4Jfor the Python SDK orneo4jforcurlor Postman) - OneDrive (
ONEDRIVEfor the Python SDK oronedriveforcurlor Postman) - Pinecone (
PINECONEfor the Python SDK orpineconeforcurlor Postman) - PostgreSQL (
POSTGRESfor the Python SDK orpostgresforcurlor Postman) - Qdrant (
QDRANT_CLOUDfor the Python SDK orqdrant-cloudforcurlor Postman) - Redis (
REDISfor the Python SDK orredisforcurlor Postman) - Snowflake (
SNOWFLAKEfor the Python SDK orsnowflakeforcurlor Postman) - S3 (
S3for the Python SDK ors3forcurlor Postman) - Weaviate (
WEAVIATEfor the Python SDK orweaviateforcurlor Postman)

