Add Single File Category Table
Deprecated
Add Single File Category Table
Add a new table under the specified file category
⚠️ This endpoint is still available but will no longer be maintained. Please use Add File Category Tables instead.
POST
Add Single File Category Table
Body
application/json
Workspace ID
Example:
"1234567890"
File category ID
Example:
"1234567890"
Table name
Maximum string length:
50Example:
"Table 1"
Table semantic extraction prompt
Maximum string length:
200Example:
"Extract item name, quantity and amount from each row"
Merge multiple tables
Example:
true
Table-level extraction model
- Model 1: Fast speed with stable extraction results
- Model 2: Suitable for complex document understanding
- Model 3: VLM, suitable for simple extraction
Available options:
Model 1, Model 2, Model 3 Example:
"Model 1"
Whether to return full details. When true, the response includes complete table info (with field list). When not set or false, only table_id is returned.

