|
|
|
@ -15,7 +15,7 @@ import { Row, Col, Properties, Property, Heading, SubProperty } from '../md.tsx'
|
|
|
|
### 鉴权
|
|
|
|
### 鉴权
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Dify Service API 使用 `API-Key` 进行鉴权。
|
|
|
|
Service API 使用 `API-Key` 进行鉴权。
|
|
|
|
<i>**强烈建议开发者把 `API-Key` 放在后端存储,而非分享或者放在客户端存储,以免 `API-Key` 泄露,导致财产损失。**</i>
|
|
|
|
<i>**强烈建议开发者把 `API-Key` 放在后端存储,而非分享或者放在客户端存储,以免 `API-Key` 泄露,导致财产损失。**</i>
|
|
|
|
所有 API 请求都应在 **`Authorization`** HTTP Header 中包含您的 `API-Key`,如下所示:
|
|
|
|
所有 API 请求都应在 **`Authorization`** HTTP Header 中包含您的 `API-Key`,如下所示:
|
|
|
|
|
|
|
|
|
|
|
|
|