Skip to main content
POST
/
api
/
knowledge
/
sites
/
{site_id}
/
knowledge
Add Site Knowledge
curl --request POST \
  --url https://{tenant}.app.big-panda.ai/api/knowledge/sites/{site_id}/knowledge \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "entry_ids": [
    "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  ]
}
'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.big-panda.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API-Token aus dem Big-Panda-Admin-UI unter Einstellungen → API-Keys. Header: Authorization: Bearer <token>.

Path Parameters

site_id
string<uuid>
required

Body

application/json

Assign knowledge entries to a site.

entry_ids
string<uuid>[]
required
Required array length: 1 - 500 elements

Response

Successful Response

The response is of type Response Add Site Knowledge Sites Site Id Knowledge Post · object.