Skip to main content

Public knowledge box

Access rights on a public box

When a knowledge box is public, all its content is visible to everyone.

  • Anonymous users can query the knowledge box and see the results.
  • Only an authorized access can push new contents or change settings.

That is the common use case (you want to control who can add content in the knowledge box, but you want everybody to be able to search).

A knowledge box can be made public by going in the Knowledge box settings in the Nuclia Dashboard and clicking on the Publish button.

API calls on a public box

API

The search endpoint can be called without any Authorization header.

Any endpoint modifying the knowledge box requires a proper token in the Authorization header. It can be a service access token (Contributor or Owner), or a user token obtained from a SAML flow.