Get a crop request price

Get an estimated price of a crop request

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

This endpoint takes all the necessary information for a crop request and returns the area of the copped area in square kilometre and the price in cents. Taxes and discounts are not applied to the returned price of this endpoint. Users can check the price before making the actual crop request.

Here is an example of returned values:

{ "area": 0.020946302753925325, "price": 2588 }

Body Params
string
required
string
required
Defaults to cog
json
required

List of vertices coordinates. It must be a closed loop: [ [Lng1, Lat1], [Lng2, Lat2], [Lng3, Lat3], [Lng1, Lat1] ]

float
required
Defaults to 1

It's relative to the original resolution of the image. 1 results in the original resolution and 0.5 results in a pixel size twice the original resolution.

string
required

tif

string
required

The CRS of the output export. It should be in the following format: EPSG:xxxx. If you pass null value, the source CRS is used to generate the export.

Responses

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