Skip to main content
GET
获取应用基本信息

Authorizations

Authorization
string
header
required

API Key 认证。对于所有 API 请求,请在 Authorization HTTP 头中包含您的 API Key,并加上 Bearer 前缀。示例:Authorization: Bearer {API_KEY}强烈建议将 API Key 存储在服务端,不要在客户端共享或存储,以避免 API Key 泄漏导致严重后果。

Response

200 - application/json

应用的基本信息。

name
string

应用名称。

description
string

应用描述。

tags
string[]

应用标签。

mode
string

应用模式。completion 为文本生成应用,chat 为基础对话应用,agent-chat 为 Agent 应用,advanced-chat 为对话流应用,workflow 为工作流应用。

author_name
string

应用作者名称。

Last modified on June 29, 2026