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:
After you sign in, the Unstructured user interface (UI) appears, which you use to get your Unstructured API key. To learn how, watch this 40-second how-to video.
After you create the source connector, add it along with a destination 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 source 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 source connector! Keep reading to learn how.
To use the Unstructured Workflow Endpoint to manage source connectors, do the following:
UnstructuredClient
object’s sources.list_sources
function (for the Python SDK) or
the GET
method to call the /sources
endpoint (for curl
or Postman). Learn more.UnstructuredClient
object’s sources.get_source
function (for the Python SDK) or
the GET
method to call the /sources/<connector-id>
endpoint (for curl
or Postman). Learn more.UnstructuredClient
object’s sources.create_source
function (for the Python SDK) or
the POST
method to call the /sources
endpoint (for curl
or Postman). Learn more.UnstructuredClient
object’s sources.update_source
function (for the Python SDK) or
the PUT
method to call the /sources/<connector-id>
endpoint (for curl
or Postman). Learn more.UnstructuredClient
object’s sources.delete_source
function (for the Python SDK) or
the DELETE
method to call the /sources/<connector-id>
endpoint (for curl
or 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
for the Python SDK or azure
for curl
and Postman)BOX
for the Python SDK or box
for curl
and Postman)CONFLUENCE
for the Python SDK or confluence
for curl
and Postman)COUCHBASE
for the Python SDK or couchbase
for curl
and Postman)DATABRICKS_VOLUMES
for the Python SDK or databricks_volumes
for curl
and Postman)DROPBOX
for the Python SDK or dropbox
for curl
and Postman)ELASTICSEARCH
for the Python SDK or elasticsearch
for curl
and Postman)GCS
for the Python SDK or gcs
for curl
and Postman)GOOGLE_DRIVE
for the Python SDK or google_drive
for curl
and Postman)JIRA
for the Python SDK or jira
for curl
and Postman)KAFKA_CLOUD
for the Python SDK or kafka-cloud
for curl
and Postman)curl
and Postman)MONGODB
for the Python SDK or mongodb
for curl
and Postman)ONEDRIVE
for the Python SDK or onedrive
for curl
and Postman)OUTLOOK
for the Python SDK or outlook
for curl
and Postman)POSTGRES
for the Python SDK or postgres
for curl
and Postman)S3
for the Python SDK or s3
for curl
and Postman)SALESFORCE
for the Python SDK or salesforce
for curl
and Postman)SHAREPOINT
for the Python SDK or sharepoint
for curl
and Postman)SLACK
for the Python SDK or slack
for curl
and Postman)SNOWFLAKE
for the Python SDK or snowflake
for curl
and Postman)ZENDESK
for the Python SDK or zendesk
for curl
and Postman)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:
After you sign in, the Unstructured user interface (UI) appears, which you use to get your Unstructured API key. To learn how, watch this 40-second how-to video.
After you create the source connector, add it along with a destination 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 source 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 source connector! Keep reading to learn how.
To use the Unstructured Workflow Endpoint to manage source connectors, do the following:
UnstructuredClient
object’s sources.list_sources
function (for the Python SDK) or
the GET
method to call the /sources
endpoint (for curl
or Postman). Learn more.UnstructuredClient
object’s sources.get_source
function (for the Python SDK) or
the GET
method to call the /sources/<connector-id>
endpoint (for curl
or Postman). Learn more.UnstructuredClient
object’s sources.create_source
function (for the Python SDK) or
the POST
method to call the /sources
endpoint (for curl
or Postman). Learn more.UnstructuredClient
object’s sources.update_source
function (for the Python SDK) or
the PUT
method to call the /sources/<connector-id>
endpoint (for curl
or Postman). Learn more.UnstructuredClient
object’s sources.delete_source
function (for the Python SDK) or
the DELETE
method to call the /sources/<connector-id>
endpoint (for curl
or 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
for the Python SDK or azure
for curl
and Postman)BOX
for the Python SDK or box
for curl
and Postman)CONFLUENCE
for the Python SDK or confluence
for curl
and Postman)COUCHBASE
for the Python SDK or couchbase
for curl
and Postman)DATABRICKS_VOLUMES
for the Python SDK or databricks_volumes
for curl
and Postman)DROPBOX
for the Python SDK or dropbox
for curl
and Postman)ELASTICSEARCH
for the Python SDK or elasticsearch
for curl
and Postman)GCS
for the Python SDK or gcs
for curl
and Postman)GOOGLE_DRIVE
for the Python SDK or google_drive
for curl
and Postman)JIRA
for the Python SDK or jira
for curl
and Postman)KAFKA_CLOUD
for the Python SDK or kafka-cloud
for curl
and Postman)curl
and Postman)MONGODB
for the Python SDK or mongodb
for curl
and Postman)ONEDRIVE
for the Python SDK or onedrive
for curl
and Postman)OUTLOOK
for the Python SDK or outlook
for curl
and Postman)POSTGRES
for the Python SDK or postgres
for curl
and Postman)S3
for the Python SDK or s3
for curl
and Postman)SALESFORCE
for the Python SDK or salesforce
for curl
and Postman)SHAREPOINT
for the Python SDK or sharepoint
for curl
and Postman)SLACK
for the Python SDK or slack
for curl
and Postman)SNOWFLAKE
for the Python SDK or snowflake
for curl
and Postman)ZENDESK
for the Python SDK or zendesk
for curl
and Postman)