跳转到主要内容
GET
/
api
/
app-api
/
sip
/
platform
/
v2
/
auth
/
token
生成短时间有效的token
curl --request GET \
  --url https://docflow.textin.com/api/app-api/sip/platform/v2/auth/token \
  --header 'x-ti-app-id: <api-key>' \
  --header 'x-ti-secret-code: <api-key>'
{
  "code": 200,
  "msg": "<string>",
  "result": {
    "token": "abcd",
    "expiry": 1700000000
  }
}

授权

x-ti-app-id
string
header
必填
x-ti-secret-code
string
header
必填

响应

200 - application/json

成功获取文件列表

code
integer
必填

状态码

示例:

200

msg
string
必填

状态描述

result
object