Skip to main content
GET
/
projects
/
{project_id}
/
wetlands_mask
Get the wetlands mask
curl --request GET \
  --url https://api.example.com/projects/{project_id}/wetlands_mask \
  --header 'x-api-key: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Path Parameters

project_id
string
required

Response

Successful Response