DeedPlotter AI is now BoundaryLogic. Read the story
Land Software

The deed plotting API.

Your system holds the documents and the data. The API adds the plots: post text or the document itself, and get back plotted geometry your product can display.

POST/v1/plotsResponse200

How you run it

Pick the surface that fits the work: the app, the API, or bulk processing at volume.

Through the API

Deed plotting, from two endpoints.

Post the text of a legal description, or post the document itself and the built-in OCR reads it first. The response is structured data your product can store and display: the plotted geometry, the ordered calls, and the closure and precision checks.

REQUESTapplication/json
POST .../documents/from-legal-description
{
  "legalDescription": "N 40 15 30 W 176.87 ..."
}
RESPONSE200 OK
{
  "geoJsonUrl": "[file URL]",
  "dxfUrl": "[file URL]",
  "boundaryClosurePercent": 99.98
}
Through the API

Add deed plotting to a text-based system.

Many land systems manage text and documents, not geospatial data. The API is the shortest path across: your product keeps its data model and gains the plots, maps, and acreage your customers have been asking for.

REQUESTapplication/json
POST .../documents/from-legal-description
{
  "legalDescription": "N 40 15 30 W 176.87 ..."
}
RESPONSE200 OK
{
  "geoJsonUrl": "[file URL]",
  "dxfUrl": "[file URL]",
  "boundaryClosurePercent": 99.98
}

Buy deed plotting, or build it?

Plotting is our whole company, not a side feature. Curves, easement centerlines, PLSS aliquots, multi-tract descriptions: the hard cases are our everyday work, and support for new survey call types ships continuously.

At volume with BPS

A geospatial component for every record.

We can process your customers' existing data at volume, so historical documents gain plots and geometry alongside the new records the API plots going forward.

DELIVERY MANIFEST[placeholder: batch id]
DEED-00412delivered
DEED-00413delivered
DEED-00414flagged
DEED-00415delivered
Delivered [n] · Flagged for review [n]
In Trace

See deed plotting output before you integrate.

Hold the output to your own standard before you write a line of code. Trace runs on the same core: plot your hardest descriptions in the app and see the geometry and checks your product would get.

Trace workspace: plot from documentTrace workspace: plot from document

Bring deed plotting to your product.

Talk to sales about API access, or plot your test descriptions free in Trace today.