Skip to main content
GET
获取应用 WebApp 设置

Authorizations

Authorization
string
header
required

每个请求都通过 API Key 认证:Authorization: Bearer {API_KEY}。应用接口使用应用 API Key,知识库接口使用知识库 API Key(快速开始)。

API Key 应保存在服务端,切勿嵌入客户端代码。缺失或无效的 Key 会返回 HTTP 401unauthorized)。

Response

应用的 WebApp 设置。

title
string

WebApp 标题。

chat_color_theme
string

聊天主题颜色。

chat_color_theme_inverted
boolean

聊天主题颜色是否反转。

icon_type
string

使用的图标类型。emoji 为表情图标,image 为上传的图片图标。

icon
string

图标内容(表情或图片 ID)。

icon_background
string

图标背景颜色。

icon_url
string<url> | null

图标图片的 URL。

description
string

WebApp 描述。

版权文本。

privacy_policy
string

隐私政策 URL。

input_placeholder
string | null

WebApp 消息输入框中显示的占位文本。未配置时为 null

custom_disclaimer
string

自定义免责声明文本。

default_language
string

默认语言代码。

show_workflow_steps
boolean

是否显示工作流步骤。

use_icon_as_answer_icon
boolean

是否使用应用图标作为回答图标。

Last modified on July 17, 2026