Add Single File Category Field
Add a new field under the specified file category, supports both regular fields and table fields
⚠️ This endpoint is still available but will no longer be maintained. Please use Add File Category Fields instead.
Body
Field name
"Invoice Code"
Workspace ID
"1234567890"
File category ID
"1234567890"
Field description
"Invoice code description"
Semantic extraction prompt
Whether to use semantic prompt
Field aliases. On update: omit=no change, empty array []=clear aliases, non-empty array=override
["Invoice No.", "Bill Number"]Export field name. On update: omit=no change, empty string ""=clear, non-empty=override
"invoice_number"
Whether to enable multi-value extraction
Whether to deduplicate values, only effective when multi_value is true
Field output transform configuration. Formats the extraction result before output.
Table ID
- Not provided or empty: Creates a regular field, result appears in result.fields
- Provide table ID: Creates a table field under the specified table, result appears in result.tables[].fields
"1234567890"
Optional, field-level extraction model, only supported for regular fields (not table fields), defaults to Model 1
- Model 1: Fast speed with stable extraction results
- Model 2: Suitable for complex document understanding
- Model 3: VLM, suitable for simple extraction
Model 1, Model 2, Model 3 "Model 1"
Whether to return full details. When true, the response includes complete field info. When not set or false, only field_id is returned.

