Skip to main content

Query Agent information

GET 

/v1/aibot/bots/:botId

Query Agent information

Request

Path Parameters

    botId stringrequired

Responses

Returned when the AI Agent information is queried successfully

Response Headers
  • X-Request-Id string

    Request ID

Schema
    botId string

    Agent ID generated by the system

    name stringrequired

    Agent name

    introduction stringrequired

    Agent introduction

    welcomeMessage string

    Agent welcome message

    avatar string

    Agent avatar URL

    background string

    Agent chat background image URL

    isNeedRecommend boolean

    Whether to recommend follow-up questions after the Agent replies

    type string

    Agent type, text or image

    searchEnable boolean

    Whether web search is enabled

Loading...