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": "Extract name, quantity and amount for each row", "collect_from_multi_table": true, "extract_model": "Model 1" } ] } }
Get all tables configured under the specified file category
Workspace ID
"1234567890"
File category ID
Successfully retrieved file category tables list
Status code
200
Status description
Show child attributes