Skip to main content
POST
/
geojson_area
Geojson Area
curl --request POST \
  --url https://api.example.com/geojson_area \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{}'
{
  "area_hectares": 123,
  "width": 123,
  "height": 123
}

Authorizations

x-api-key
string
header
required

Body

application/json

The body is of type Payload · object.

Response

Successful Response

area_hectares
number
required
width
number
required
height
number
required