Data Source SharePoint API

This page covers the QAnswer Data Source SharePoint API endpoints.

Info

Create an API Key Create API Key section.

An AI assistant is required. Create one via the Create AI Assistant API, or follow the Create AI Assistant steps in the application.

Try it

Create the connector

  • Create the connector with the following API request.
  • The API response returns the information needed to add a document using the request below.
POST

/api/connectors/sharepoint/create


Try it
Code

Get the authorization link

Get your authorization link with this API request.

GET

/api/connectors/sharepoint/authorisation-link


Try it
Code

Add a document

POST

/api/connectors/sharepoint/add


Try it
Code