Skip to main content

Create a chatbot token

POST 

/bv/aisk/v1/chatbots/:id/token

This API is used to create a chatbot token

Request

Path Parameters

    id stringrequired

    Required. The uuid of the chatbot.

Body

required

    object

Responses

A successful response.

Schema
    token string
Loading...