Skip to main content
GET
/
info
Error
A valid request URL is required to generate request examples
{
  "name": "My Completion App",
  "description": "便利なカスタマーサービスチャットボット。",
  "tags": [
    "customer-service",
    "chatbot"
  ],
  "mode": "completion",
  "author_name": "Dify Team"
}

Authorizations

Authorization
string
header
required

API Key 認証です。すべての API リクエストにおいて、Authorization HTTP ヘッダーに Bearer プレフィックスを付けた API Key を含めてください。例:Authorization: Bearer {API_KEY}API Key はサーバーサイドに保存し、クライアントサイドで共有・保存しないことを強く推奨します。API Key の漏洩は深刻な結果につながる可能性があります。

Response

200 - application/json

アプリケーションの基本情報。

name
string

アプリケーション名。

description
string

アプリケーションの説明。

tags
string[]

アプリケーションタグ。

mode
string

アプリケーションモード。completion はテキスト生成アプリ、chat は基本チャットアプリ、agent-chat はエージェントベースのアプリ、advanced-chat は Chatflow アプリ、workflow はワークフローアプリです。

author_name
string

アプリケーション作成者の名前。