Add File Category Field
File Category
Add File Category Field
Add a field to the specified file category, supporting both regular fields and table fields
POST
Add File Category Field
Documentation Index
Fetch the complete documentation index at: https://docs-docflow.textin.ai/llms.txt
Use this file to discover all available pages before exploring further.
Body
application/json
Field name
Example:
"Invoice Code"
Workspace ID
Example:
"1234567890"
File category ID
Example:
"1234567890"
Field description
Example:
"Invoice code description"
Semantic extraction prompt
Whether to use semantic prompt
Field aliases
Export field name
Whether to enable multi-value extraction
Whether to deduplicate values, only effective when multi_value is true
Transform configuration
Table ID
- Not provided or empty: Create a regular field, result will appear in result.fields
- Provided table ID: Create a table field under the corresponding table, result will appear in result.tables[].fields
Example:
"1234567890"
Optional, field-level extraction model, only supported for regular fields (not table fields), defaults to Model 1 if not specified
- 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"

