| Field | Value |
|---|---|
| Method | POST |
| Endpoint | https://{{host}}/api/public/bot/{{botId}}/faqs/bulk?language=en |
| Content Type | application/json |
| Authorization | auth: {{JWT}} See How to generate the JWT Token. |
| API Scope | App Builder: Manage Knowledge Graph; Admin Console: Manage Knowledge Graph |
Path Parameters
| PARAMETER | DESCRIPTION | MANDATE |
|---|---|---|
| host | The environment URL. For example, https://platform.kore.ai | Required |
| BotId | Bot ID or Stream ID can be accessed under General Settings page. | Required |
Query Parameters
| PARAMETER | DESCRIPTION | MANDATE |
|---|---|---|
| language | The agent language identified by the language acronym. For example, en for English and de for German. | Required |
Sample Request
Body Parameters
| PARAMETER | DESCRIPTION | MANDATE |
|---|---|---|
| faqs | An array with the following parameter values: questionPayload (question), answerPayload (text, type, channel), knowledgeTaskId, subQuestions, responseType, subAnswers, streamId, parent, leafterm, qsId | Required |