cURL
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 }
The body is of type Payload · object.
Payload · object
Successful Response