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: