AI Task Linker API
This page documents the QAnswer AI Task Linker API request and the responses it returns.
Info
Create an API Key Create API Key section.
You must also have an AI assistant configured with datasources. For more information on how to configure an AI Assistant, go to the Create AI Assistant section.
Try it
Upload labels to train your linker
POST
/api/tasks/rdf/linker/upload_labels_text
Try it
Code
Reconcile labels with linked entities
After training your linker, use this endpoint to reconcile labels with their linked entities.
GET
/api/tasks/rdf/linker/link
Try it
Code