メインコンテンツへスキップ
GET
/
api
/
app-api
/
sip
/
platform
/
v2
/
category
/
tables
/
list
ファイルカテゴリのテーブル一覧を取得
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"
      }
    ]
  }
}

承認

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

クエリパラメータ

workspace_id
string
必須

ワークスペース ID

:

"1234567890"

category_id
string
必須

ファイルカテゴリ ID

:

"1234567890"

レスポンス

200 - application/json

ファイルカテゴリテーブル一覧の取得に成功

code
integer
必須

ステータスコード

:

200

msg
string
必須

ステータス説明

result
object