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.
{
"area_hectares": "number",
"centroid_lat": "number",
"centroid_lon": "number",
"created_at": "string",
"geometry": "object",
"geometry_hash": "string",
"id": "string",
"project_name": "string",
"updated_at": "string",
"user_id": "string"
}
Authorizations
x-api-keyheaderrequired
string
Query Parameters
project_namerequired
string
Body
multipart/form-data
file
string
geojson
string
Response
200 - application/json
area_hectares
number
centroid_lat
number
centroid_lon
number
created_atrequired
string
geometryrequired
object
geometry_hash
string
idrequired
string
project_namerequired
string
updated_atrequired
string
user_idrequired
string