cURL
curl --request GET \ --url https://api.example.com/projects/{project_id}/project_mask \ --header 'x-api-key: <api-key>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Get the mask of the project area as a GeoTIFF image.
Successful Response