POST
/
knowledge-base
Create knowledge base item
curl --request POST \
  --url https://api.wapikit.com/api/knowledge-base \
  --header 'Content-Type: application/json' \
  --data '{
  "title": "<string>",
  "description": "<string>",
  "url": "<string>",
  "type": "Document",
  "resyncScheduleFrequency": "Never",
  "scrapeFullWebsite": true,
  "fileName": "<string>"
}'
{
  "uniqueId": "<string>"
}

Body

application/json

knowledge base item

The body is of type object.

Response

200
application/json

Knowledge base item created successfully

The response is of type object.