mirror of
https://github.com/langgenius/dify-docs.git
synced 2026-03-26 13:18:34 +07:00
chore: api access
This commit is contained in:
@@ -1253,7 +1253,7 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"tab": "API 文档",
|
||||
"tab": "访问 API",
|
||||
"groups": [
|
||||
{"group": "Chatbot 和 Agent","openapi":"zh-hans/openapi_chat.json"
|
||||
},
|
||||
|
||||
@@ -10,7 +10,8 @@ Welcome to the Dify API Documentation Center! This guide is designed to help you
|
||||
* **This Page:** Primarily introduces how to interact with the API documentation, global access configurations (such as Base URL, API keys), and the documentation contribution process.
|
||||
* **API Endpoint Details:** All specific API endpoint content (including parameters, request/response structures, functional descriptions, and examples) is auto-generated based on our OpenAPI specification and includes the latest feature annotations. **Please be sure to consult these auto-generated pages for the most accurate and detailed endpoint information.**
|
||||
|
||||
<Card title="API Access" icon="rotate" href="/api-reference/chat/send-chat-message" horizontal>
|
||||
<Card title="API Access" icon="code" href="/api-reference/chat/send-chat-message" horizontal>
|
||||
Or click the `API Access` tab on the top navigation bar to view full API documentation.
|
||||
</Card>
|
||||
|
||||
---
|
||||
|
||||
@@ -10,7 +10,8 @@ Dify APIドキュメントセンターへようこそ!このガイドは、Dif
|
||||
* **このページの内容:** 主にAPIドキュメントのインタラクティブな利用方法、グローバルなアクセス設定(ベースURL、APIキーなど)、およびドキュメントへの貢献プロセスについて説明します。
|
||||
* **APIエンドポイント詳細:** 全ての具体的なAPIエンドポイント(パラメータ、リクエスト/レスポンス構造、機能説明、例を含む)の内容は、OpenAPI仕様に基づいて自動生成され、最新の機能に関する注釈が含まれています。**最も正確で詳細なエンドポイント情報については、これらの自動生成されたページを必ず参照してください。**
|
||||
|
||||
<Card title="APIアクセス" icon="rotate" href="/api-reference/チャットメッセージ/チャットメッセージを送信" horizontal>
|
||||
<Card title="APIアクセス" icon="code" href="/api-reference/チャットメッセージ/チャットメッセージを送信" horizontal>
|
||||
または上部のナビゲーションバーの「APIアクセス」タブをクリックすると、完全なAPIドキュメントを表示できます。
|
||||
</Card>
|
||||
|
||||
---
|
||||
|
||||
@@ -10,7 +10,8 @@ summary: '学习如何通过本文档的 "Try It" 功能与 Dify API 进行交
|
||||
* **本页内容:** 主要介绍 API 文档的交互方式、全局访问配置(如 Base URL、API 密钥)以及文档贡献流程。
|
||||
* **API 端点详情:** 所有具体的 API 端点(包括其参数、请求/响应结构、功能描述及示例)内容是根据我们的 OpenAPI 规范自动生成的,并包含了最新的功能注释。**请务必查阅这些自动生成的页面以获取最准确和详细的端点信息。**
|
||||
|
||||
<Card title="访问 API" icon="rotate" href="/api-reference/对话消息/发送对话消息" horizontal>
|
||||
<Card title="访问 API" icon="code" href="/api-reference/对话消息/发送对话消息" horizontal>
|
||||
或点击顶部导航栏的`访问 API`标签页查看完整的 API 文档。
|
||||
</Card>
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user