Data Source RDF API

This page covers the QAnswer Data Source RDF 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 upload a file using the request below.
POST

/api/connectors/rdf/create


Try it
Code

Upload a document

Upload an RDF file with the following API request.

POST

/api/connectors/rdf/upload


Try it
Code