SoftSolzSoftSolz
HomeAPI GuideAPI ReferenceWidget Tester

Knowledge Hub

Embed an AI chat bubble that answers from your Knowledge Base.

Upload documents to a Knowledge Base collection in the dashboard, then embed the chat widget so visitors can ask questions and get answers sourced from your own content.

Embed the chat widget

html
<script src="https://app.softsolz.uk/softsolz.js"
data-public-key="pk_live_your_key"
data-service-id="smart-chat"
data-mode="floating"></script>

Start a thread from your server

bash
curl -X POST https://app.softsolz.uk/api/v1/services/smart-chat/threads \
-H "Authorization: Bearer sk_live_your_key"

Next

Browse every endpoint in the API Reference, or read the product walkthrough on docs.softsolz.uk.