Confirm Upload Completion
File
Confirm Upload Completion
Confirms that a file upload has completed successfully and triggers processing.
POST
Confirm Upload Completion
This endpoint requires authentication. Include your Bearer token in the Authorization header.
Description
This endpoint is called by the frontend after a successful direct upload to Google Cloud Storage using a signed URL. Based on auto-detection settings and confidence thresholds, the file will either be automatically processed or require manual confirmation. Auto-Processing Logic:- If detection session status is ‘auto_confirmed’, processing starts immediately
- If detection session status is ‘detected’, manual confirmation is required
- Returns processing job information if auto-processing is enabled
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Body
application/json