Skip to main content
GET
/
v1
/
satellite
/
{project_id}
/
boundary
Get project boundary GeoJSON
curl --request GET \
  --url https://vcm-fyi-api.fly.dev/v1/satellite/{project_id}/boundary \
  --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

GeoJSON FeatureCollection of the project boundary