POST /api/open/v1/projects/:projectId/regions/normalize — schedules repair for ready documents that are missing normalized region data.
Schedule a normalization repair job for project regions. This endpoint is useful when a project has extracted regions but some ready documents are missing normalizedData on region entities or evidence records.Most integrations do not need to call this during the normal upload flow. Use it when Get Project Overview reports that counts.regions is greater than counts.normalizedRegions.
The endpoint returns 202 Accepted when a repair job is scheduled. If no ready documents match the request, it returns 200 OK with scheduledDocumentCount: 0 and jobId: null.