Sources
Overview
To use the Unstructured Platform API to manage source connectors, do the following:
- To get a list of available source connectors, use the
GET
method to call the/sources
endpoint. Learn more. - To get information about a source connector, use the
GET
method to call the/sources/<connector-id>
endpoint. Learn more. - To create a source connector, use the
POST
method to call the/sources
endpoint. Learn more. - To update a source connector, use the
PUT
method to call the/sources/<connector-id>
endpoint. Learn more. - To delete a source connector, use the
DELETE
method to call the/sources/<connector-id>
endpoint. Learn more.
To create a source connector, you must also provide a request body that contains settings that are specific to that connector. For the list of specific settings, see:
- Azure (
source_type=azure
) - Confluence (
source_type=confluence
) - Databricks Volumes (
source_type=databricks_volumes
) - Dropbox (
source_type=dropbox
) - Elasticsearch (
source_type=elasticsearch
) - Google Cloud Storage (
source_type=gcs
) - Google Drive (
source_type=google_drive
) - MongoDB (
source_type=mongodb
) - OneDrive (
source_type=onedrive
) - Outlook (
source_type=outlook
) - S3 (
source_type=s3
) - Salesforce (
source_type=salesforce
) - SharePoint (
source_type=sharepoint
)