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/category/tables/list \ --header 'x-ti-app-id: <api-key>' \ --header 'x-ti-secret-code: <api-key>'
{ "code": 200, "msg": "<string>", "result": { "tables": [ { "id": "1234567890", "name": "Table 1", "prompt": "各行から品目名、数量、金額を抽出します", "collect_from_multi_table": true, "extract_model": "Model 1" } ] } }
指定したファイルカテゴリに設定されているすべてのテーブルを取得します
ワークスペース ID
"1234567890"
ファイルカテゴリ ID
ファイルカテゴリテーブル一覧の取得に成功
ステータスコード
200
ステータス説明
Show child attributes