cURL
curl --request GET \ --url https://api.example.com/projects/{project_id}/deforestation/indicator_image \ --header 'x-api-key: <api-key>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Get a GeoTIFF image with a boolean indication of whether deforestation has occurred since a baseline year.
The indicator is a boolean outcome with a value of 1 if pextdeforestationp_ ext{deforestation}pextdeforestation - the probability of deforestation from our model — is greater than 0.7.
Successful Response