Create a points batch job

Similar to the API v2 parcels/point endpoint. This endpoint receives a list of points in two forms:
A standard CSV file upload, or the API v2 standard GeoJSON format containing a Feature Collection of Point Features.
One can also include a custom_id value to track whether each point has a parcel match in the results.
This custom ID does not have to be unique. Letters and numbers are allowed.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

Optional webhook to notify when the job is complete (tries up to 3 times)

boolean
Defaults to true

Default true. Features are returned without geometry values. This reduces the payload size significantly if only field data is required.

integer
≤ 32000
Defaults to 0

(Default 0, Maximum 32000) Radius in meters for which all Parcel records will be returned if they are within the radius zone from each point. Note area limit applies to the total area of all points.

boolean
Defaults to true

Default true. A false value returns the first parcel if geometries are identical.

boolean
Defaults to false

Default false. A true value allows county-specific fields to be passed through beyond standard schema fields only.

boolean
Defaults to false

Default false. A true value shows the naming convention for each standardized schema field.

boolean
Defaults to false

Default false. Set to true when input GeoJSON features include a 'custom_id' field in the 'properties' object. This flag enables the resulting parcels to include the user-set custom ID for matching parcel(s).

Body Params
file

A CSV file with a header column containing lat, lon, custom_id (optional) columns

Responses

400

Bad request. Invalid input parameters.

401

Unauthorized. Invalid API token.

413

Payload too large. Maximum allowed is 50MB or 100,000 points.

Language
Credentials
Query
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json