latestOpenAPI 3.1.02026-08-105279262.8 KB

51f7c5a8d15d

Locations

Create

Store a location defined in GeoJSON format. You can reference this location in other services, such as Pipelines API, to create multiple pipelines for the same location (Area of Interest)

post/locations

Request body

type'FeatureCollection'

Response

Success - location created

Example response

{
  "data": {
    "id": "123456789",
    "name": "New Name"
  }
}