Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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 } }
短期有効トークンを生成します(iframe シナリオ用)
トークン情報の取得に成功
ステータスコード
200
ステータス説明
Show child attributes