If you’re new to Unstructured, read this note first.Before you can create a source connector, you must first sign in to your Unstructured account:
- If you do not already have an Unstructured account, go to https://unstructured.io/contact and fill out the online form to indicate your interest.
- If you already have an Unstructured account, sign in by using the URL of the sign in page that Unstructured provided to you when your Unstructured account was created. If you do not have this URL, contact Unstructured Sales at sales@unstructured.io.
- To get a list of available source connectors, use the
UnstructuredClientobject’ssources.list_sourcesfunction (for the Python SDK) or theGETmethod to call the/sourcesendpoint (forcurlor Postman). Learn more. - To get information about a source connector, use the
UnstructuredClientobject’ssources.get_sourcefunction (for the Python SDK) or theGETmethod to call the/sources/<connector-id>endpoint (forcurlor Postman). Learn more. - To create a source connector, use the
UnstructuredClientobject’ssources.create_sourcefunction (for the Python SDK) or thePOSTmethod to call the/sourcesendpoint (forcurlor Postman). Learn more. - To update a source connector, use the
UnstructuredClientobject’ssources.update_sourcefunction (for the Python SDK) or thePUTmethod to call the/sources/<connector-id>endpoint (forcurlor Postman). Learn more. - To delete a source connector, use the
UnstructuredClientobject’ssources.delete_sourcefunction (for the Python SDK) or theDELETEmethod to call the/sources/<connector-id>endpoint (forcurlor Postman). Learn more.
- Azure (
AZUREfor the Python SDK orazureforcurland Postman) - Box (
BOXfor the Python SDK orboxforcurland Postman) - Confluence (
CONFLUENCEfor the Python SDK orconfluenceforcurland Postman) - Couchbase (
COUCHBASEfor the Python SDK orcouchbaseforcurland Postman) - Databricks Volumes (
DATABRICKS_VOLUMESfor the Python SDK ordatabricks_volumesforcurland Postman) - Dropbox (
DROPBOXfor the Python SDK ordropboxforcurland Postman) - Elasticsearch (
ELASTICSEARCHfor the Python SDK orelasticsearchforcurland Postman) - Google Cloud Storage (
GCSfor the Python SDK orgcsforcurland Postman) - Google Drive (
GOOGLE_DRIVEfor the Python SDK orgoogle_driveforcurland Postman) - Jira (
JIRAfor the Python SDK orjiraforcurland Postman) - Kafka (
KAFKA_CLOUDfor the Python SDK orkafka-cloudforcurland Postman) - Local (Supported only for
curland Postman) - MongoDB (
MONGODBfor the Python SDK ormongodbforcurland Postman) - OneDrive (
ONEDRIVEfor the Python SDK oronedriveforcurland Postman) - Outlook (
OUTLOOKfor the Python SDK oroutlookforcurland Postman) - PostgreSQL (
POSTGRESfor the Python SDK orpostgresforcurland Postman) - S3 (
S3for the Python SDK ors3forcurland Postman) - Salesforce (
SALESFORCEfor the Python SDK orsalesforceforcurland Postman) - SharePoint (
SHAREPOINTfor the Python SDK orsharepointforcurland Postman) - Slack (
SLACKfor the Python SDK orslackforcurland Postman) - Snowflake (
SNOWFLAKEfor the Python SDK orsnowflakeforcurland Postman) - Zendesk (
ZENDESKfor the Python SDK orzendeskforcurland Postman)

