mirror of
https://github.com/LLM-Red-Team/kimi-free-api.git
synced 2024-11-01 20:29:19 +08:00
新增的
This commit is contained in:
parent
4a1d39bdd8
commit
6ced4e76d2
49
README_EN.md
49
README_EN.md
@ -21,20 +21,21 @@ Listening Intelligence (Emohaa) API to API [emohaa-free-api](https://github.com/
|
||||
|
||||
## Table of Contents
|
||||
|
||||
* [Disclaimer](#Disclaimer)
|
||||
* [Online Experience](#Online-Experience)
|
||||
* [Effect Examples](#Effect-Examples)
|
||||
* [Access Preparation](#Access-Preparation)
|
||||
* [Multi-Account Access](#Multi-Account-Access)
|
||||
* [Docker Deployment](#Docker-Deployment)
|
||||
* [Docker-compose Deployment](#Docker-compose-Deployment)
|
||||
* [Native Deployment](#Native-Deployment)
|
||||
* [API List](#API-List)
|
||||
* [Dialogue Completion](#Dialogue-Completion)
|
||||
* [Document Reading](#Document-Reading)
|
||||
* [Image Analysis](#Image-Analysis)
|
||||
* [Precautions](#Precautions)
|
||||
* [Nginx Reverse Proxy Optimization](#Nginx-Reverse-Proxy-Optimization)
|
||||
* [Disclaimer](#disclaimer)
|
||||
*[Online experience](#在线experience)
|
||||
* [Effect Example](#EffectExample)
|
||||
* [Access preparation](#access preparation)
|
||||
* [Multiple account access](#multiple account access)
|
||||
* [Docker Deployment](#DockerDeployment)
|
||||
* [Docker-compose deployment](#Docker-compose deployment)
|
||||
* [Native Deployment](#nativedeployment)
|
||||
* [Interface List](#Interface List)
|
||||
* [Dialogue completion](#dialogue completion)
|
||||
* [Document Interpretation](#document interpretation)
|
||||
* [Image analysis](#imageanalysis)
|
||||
* [refresh_token survival detection](#refresh_token survival detection)
|
||||
* [Note](# NOTE)
|
||||
* [Nginx anti-generation optimization](#Nginx anti-generation optimization)
|
||||
|
||||
## Disclaimer
|
||||
|
||||
@ -377,6 +378,26 @@ Response data:
|
||||
},
|
||||
"created": 1710123627
|
||||
}
|
||||
|
||||
```
|
||||
### refresh_token survival detection
|
||||
|
||||
Check whether refresh_token is alive. If live is not true, otherwise it is false. Please do not call this interface frequently (less than 10 minutes).
|
||||
|
||||
**POST /token/check**
|
||||
|
||||
Request data:
|
||||
```json
|
||||
{
|
||||
"token": "eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9..."
|
||||
}
|
||||
```
|
||||
|
||||
Response data:
|
||||
```json
|
||||
{
|
||||
"live": true
|
||||
}
|
||||
```
|
||||
|
||||
## Precautions
|
||||
|
Loading…
Reference in New Issue
Block a user