[doc] RAGFlow's api key never expires (#1188)

### What problem does this PR solve?

_Briefly describe what this PR aims to solve. Include background context
that will help reviewers understand the purpose of the PR._

### Type of change

- [x] Documentation Update
This commit is contained in:
writinwaters
2024-06-17 18:45:27 +08:00
committed by GitHub
parent d9a9be4b4c
commit a89389a05a
2 changed files with 6 additions and 2 deletions

View File

@ -14,13 +14,17 @@ https://demo.ragflow.io/v1/
## Authorization
All of RAGFlow's RESTFul APIs use API key for authorization, so keep it safe and do not expose it to the front end.
All of RAGFlow's RESTful APIs use API key for authorization, so keep it safe and do not expose it to the front end.
Put your API key in the request header.
```buildoutcfg
Authorization: Bearer {API_KEY}
```
:::note
In the current design, the RESTful API key you get from RAGFlow does not expire.
:::
To get your API key:
1. In RAGFlow, click **Chat** tab in the middle top of the page.