Create Skillset

Create skillset

post
/v1/skillset/create

Authorization

ChatBotKit API Secret * Required

HTTP Authorization Scheme: bearer

Request Body * Required

Request Body Schema: application/json

namestring

The name of the skillset

descriptionstring

A description of the skillset

visibilitystring

The skillset visibility

metaobject

Meta data information

curl -X POST "https://api.chatbotkit.com/v1/skillset/create" \

-H "Authorization: Bearer $CHATBOTKIT_API_SECRET" \

-H "Content-Type: application/json" \

--data-binary @- << EOF {
"name":"string",
"description":"string",
"visibility":"string",
"meta":"object"
}
EOF
{
"id":"string"
}
The skillset was created successfully