Enable automatic processing for files
Enable automatic processing
POST
This endpoint requires authentication. Include your Bearer token in the Authorization header.
Description
Enable automatic processing Configure automatic processing for files that meet confidence thresholds. When enabled, files with high detection confidence will be automatically processed without manual confirmation. Threshold Configuration:- Set minimum confidence scores (0-1) for source, period, and schema detection
- Choose whether ALL thresholds must be met or just one (requireAllThresholds)
- Default thresholds: source=0.8, period=0.7, schema=0.6
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Body
application/json
Minimum source detection confidence (0-1)
Required range:
0 <= x <= 1Example:
0.85
Minimum period detection confidence (0-1)
Required range:
0 <= x <= 1Example:
0.75
Minimum schema detection confidence (0-1)
Required range:
0 <= x <= 1Example:
0.8
If true, ALL thresholds must be met. If false, ANY threshold meeting requirement triggers auto-processing.