| Method | POST |
|---|---|
| Endpoint | https://{{host}}/agentassist/api/v1/public/{{streamId}}/skill-groups/{{skillGroupId}}/skills |
| Content-Type | application/json |
| Authorization | auth: {{JWT}} See How to generate the JWT Token |
| API Scope | SmartAssist Analytics |
Path Parameters
| Parameter | Description | Type |
|---|---|---|
host | Environment URL, for example, https://platform.kore.ai | string, required |
BotId | BotId or StreamId. You can access it from the App Settings page of the bot. | string, required |
skillGroupId | ID of the skill group. | string, required |
Sample Request
Body Parameters
| Parameter | Description | Type |
|---|---|---|
name | Name of the skill. | string, required |
description | Brief description of the skill, up to 200 characters. | string, optional |
skillGroupId | ID of the skill group. Find this with GET /skill-groups. For example, sg-4372. | string, required |
agents | An array of agent objects with the following details. | array, optional |
userId | User ID. Find this with GET /agents. | string, optional |
proficiencyLevel | Proficiency level. Values: expert, novice, average, good. | string, optional |