extract_rent_roll
Extract structured, verified data from a commercial real estate rent roll document (PDF, Excel .xlsx, or CSV; native or scanned). Returns property info, one record per unit (unit number, tenant, square feet, lease dates, rents, occupancy), stated totals, and a deterministic verification report that reconciles recomputed totals against the document's stated totals. Every field carries a status and confidence; uncertain fields are flagged, never silently guessed. Anonymous use is limited to 3 documents/day; pass an API key from rentrollapi.com via the X-Api-Key header for more.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fileName | Yes | Original file name including extension, e.g. 'rent-roll.pdf' — the extension guides format detection. | |
| documentBase64 | Yes | The rent roll document encoded as base64 (PDF, XLSX, or CSV bytes). Max 25 MB decoded. |