New APIs - Qlik Answers Assistants and Knowledgebases APIs
Updated on January 16, 2025: Paths to the invoke and stream endpoints were corrected.
Qlik Answers leverages two services - Knowledgebases and Assistants - to first build the data leveraged by an assistant and then configure the assistant. The Knowledgebases API and Assistants API are now published and generally available for programmatic use cases.
These APIs support both the configuration of Qlik Answers, as well as asking questions
to an Assistant by using the /api/v1/assistants/{assistantId}/threads/{threadId}/actions/invoke
or /api/v1/assistants/{assistantId}/threads/{threadId}/actions/stream
endpoints, allowing you to create your own embedded version of Qlik Answers.
This release complements the previously available qlik-embed support for Qlik Answers, which allows you to embed the native user interface into your web applications and portals.
For more information:
- Learn how to use Qlik Answers.
- Review the specifications for the Assistants API and Knowledgebase API.