POST
/
projects
{
  "id": "<string>",
  "user_id": "<string>",
  "project_name": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z",
  "area_hectares": 123,
  "centroid_lat": 123,
  "centroid_lon": 123,
  "geometry_hash": "<string>",
  "geometry": {},
  "is_collection": false,
  "subprojects": [
    "<string>"
  ],
  "parent_collection": "<string>",
  "is_control_pool": false
}

Authorizations

x-api-key
string
header
required

Query Parameters

project_name
string
required
is_collection
boolean
default:false
is_control_pool
boolean
default:false

Body

multipart/form-data

Response

200
application/json
Project created successfully

The response is of type object.