Skip to main content
Compare all matching sheets between two drawing revisions. Sheets are matched by sheet number, and overlays are created for each matched pair.

What Happens Next

  1. Sheets are matched by sheet number (e.g., A-101 in both drawings)
  2. For each matched sheet pair, blocks are compared
  3. Overlays are created for each block comparison
  4. The job completes when all comparisons finish
Poll GET /jobs/{id} to track progress. Once complete, use GET /overlays?job_id={id} to retrieve the results.

Sheet Matching

Sheets are matched by their sheet_number field:
Source SheetTarget SheetResult
A-101A-101Compared
A-102A-102Compared
A-103(missing)Skipped
(missing)A-104Skipped
To compare sheets with different numbers, use Compare Sheets instead.