v1
latestOpenAPI 3.1.02026-08-04552282508.9 KBPrecision Retry
Retry With Precision
Retry document processing with enhanced Gemini vision
This endpoint:
- Accepts a list of document IDs to retry
- Fetches original images from S3
- Processes with Gemini 2.5 Flash for best accuracy
- Updates database with improved structured data
- Returns updated results
Example request:
POST /api/precision/retry
{
"document_ids": ["doc-id-1", "doc-id-2"],
"batch_id": "batch-id-123",
"apply_to_all_pages": false
}
Returns: List of results for each document processed
post/api/precision/retry
Request body
Response
Successful Response
{"stackTrail":"paths:/api/precision/retry:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}