cURL
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>" }
Create knowledge base item
knowledge base item
The body is of type object.
object
Knowledge base item created successfully
The response is of type object.
Was this page helpful?