Projects
Create Project
Createa a new project with a provided GeoJSON or file. Accepted file formats are GeoJSON and KML. You can also pass a GeoJSON file through the body of the request, and that body will be parsed as the GeoJSON file for your project.
POST
/
projects
Authorizations
x-api-key
string
headerrequiredQuery Parameters
project_name
string
requiredis_collection
boolean
default: falseis_control_pool
boolean
default: falseBody
multipart/form-data
file
file
geojson
string
Response
200 - application/json
id
string
requireduser_id
string
requiredproject_name
string
requiredcreated_at
string
requiredupdated_at
string
requiredgeometry
object
requiredarea_hectares
number
centroid_lat
number
centroid_lon
number
geometry_hash
string
is_collection
boolean
default: falsesubprojects
string[]
parent_collection
string
is_control_pool
boolean
default: false