| Method | POST |
|---|---|
| Endpoint | https://{{host}}/agentassist/api/v1/public/{{streamId}}/skill-groups |
| 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 |
Sample Request
Body Parameters
| Parameter | Description | Type |
|---|---|---|
name | Name of the skill group. | String, required |
description | Brief description of the skill group, up to 200 characters. | string, optional |
color | Color ID for the skill group, up to 200 characters. For example, sg-4372. | string, optional |