If you’re new to Unstructured, read this note first.Before you can create a destination connector, you must first sign in to your Unstructured account:
- If you do not already have an Unstructured account, sign up for free. After you sign up, you are automatically signed in to your new Unstructured Starter account, at https://platform.unstructured.io. To sign up for a Team or Enterprise account instead, contact Unstructured Sales, or learn more.
- If you already have an Unstructured Starter or Team account and are not already signed in, sign in to your account at https://platform.unstructured.io. For an Enterprise account, see your Unstructured account administrator for instructions, or email Unstructured Support at support@unstructured.io.
-
After you sign in to your Unstructured Starter account, click API Keys on the sidebar.
For a Team or Enterprise account, before you click API Keys, make sure you have selected the organizational workspace you want to create an API key for. Each API key works with one and only one organizational workspace. Learn more. -
Click Generate API Key.
-
Follow the on-screen instructions to finish generating the key.
-
Click the Copy icon next to your new key to add the key to your system’s clipboard. If you lose this key, simply return and click the Copy icon again.
- 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.
- Astra DB (
ASTRADB
for the Python SDK orastradb
forcurl
or Postman) - Azure AI Search (
AZURE_AI_SEARCH
for the Python SDK orazure_ai_search
forcurl
or Postman) - Couchbase (
COUCHBASE
for the Python SDK orcouchbase
forcurl
or Postman) - Databricks Volumes (
DATABRICKS_VOLUMES
for the Python SDK ordatabricks_volumes
forcurl
or Postman) - Delta Tables in Amazon S3 (
DELTA_TABLE
for the Python SDK ordelta_table
forcurl
or Postman) - Delta Tables in Databricks (
DATABRICKS_VOLUME_DELTA_TABLES
for the Python SDK ordatabricks_volume_delta_tables
forcurl
or Postman) - Elasticsearch (
ELASTICSEARCH
for the Python SDK orelasticsearch
forcurl
or Postman) - Google Cloud Storage (
GCS
for the Python SDK orgcs
forcurl
or Postman) - IBM watsonx.data (
IBM_WATSONX_S3
for the Python SDK oribm_watsonx_s3
forcurl
or Postman) - Kafka (
KAFKA_CLOUD
for the Python SDK orkafka-cloud
forcurl
or Postman) - Local (Supported only for
curl
or Postman) - Milvus (
MILVUS
for the Python SDK ormilvus
forcurl
or Postman) - MongoDB (
MONGODB
for the Python SDK ormongodb
forcurl
or Postman) - MotherDuck (
MOTHERDUCK
for the Python SDK ormotherduck
forcurl
or Postman) - Neo4j (
NEO4J
for the Python SDK orneo4j
forcurl
or Postman) - OneDrive (
ONEDRIVE
for the Python SDK oronedrive
forcurl
or Postman) - Pinecone (
PINECONE
for the Python SDK orpinecone
forcurl
or Postman) - PostgreSQL (
POSTGRES
for the Python SDK orpostgres
forcurl
or Postman) - Qdrant (
QDRANT_CLOUD
for the Python SDK orqdrant-cloud
forcurl
or Postman) - Redis (
REDIS
for the Python SDK orredis
forcurl
or Postman) - Snowflake (
SNOWFLAKE
for the Python SDK orsnowflake
forcurl
or Postman) - S3 (
S3
for the Python SDK ors3
forcurl
or Postman) - Weaviate (
WEAVIATE
for the Python SDK orweaviate
forcurl
or Postman)