Skip to main content
POST
Create a project

Authorizations

Authorization
string
header
required

Pass Authorization: Bearer <token> on every request. See the Authentication section of the API description for how to fetch a token.

Query Parameters

enableMeteonormDownload
boolean
default:false

Body

application/json
name
string
required
latitude
number<double>
required
longitude
number<double>
required
description
string | null
elevation
number<double>
country
string
countryCode
string
stateProvince
string
stateProvinceCode
string
locality
string
region
string
standardOffsetFromUTC
number
status
enum<integer>

ProjectStatusEnum

Available options:
0,
1,
2
predictions
object[] | null

Response

Created project ID

id
integer
required