cURL
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 } }
生成短时间有效的token(用于iframe场景)
Documentation IndexFetch the complete documentation index at: https://docs-docflow.textin.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs-docflow.textin.com/llms.txt
Use this file to discover all available pages before exploring further.
成功获取文件列表
状态码
200
状态描述
Show child attributes