Public APIs
Last updated
Last updated
All of WotNot's APIs use a Bearer token based authentictation.
Your account token can be found at Settings > Account Settings.
POST
/api/v1/ai/knowledge-base/<knowledge_base_id>/upload/sources
Using this API, you can add a data source to an existing knowledge base.
Headers
Body
The API accepts files and text as multipart form data for upload. Each form field should be a unique key and contain either a file or text content.
Response
GET
/api/v1/ai/status/sources
Using this API, you can fetch the status of one or more data sources in a knowledge base to know it its training is - in progress / completed / failed.
Headers
Body
Response
Name | Value |
---|
Name | Value |
---|
Name | Type | Description |
---|
Content-Type |
|
Authorization |
|
Content-Type |
|
Authorization |
|
| query params | Comma-separated list of data source IDs to be passed as query params. |