Overview - Unstructured (original) (raw)
To use the Unstructured Workflow Endpoint to manage source connectors, do the following:
- 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.
To create or update a source connector, you must also provide settings that are specific to that connector. For the list of specific settings, see:
- 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)