Create org

Create a new organization

Request
Request Body schema: application/json
logoUrl
string
industry
string (OrgIndustry)
Enum: "automotive" "medical" "retail" "agriculture" "sports" "aerialImagery" "media" "other"
size
string (OrgSize)
Enum: "small" "medium" "enterprise"
account
string
name
required
string
Responses
200

Ok

post/orgs
Request samples
application/json
{
  • "logoUrl": "string",
  • "industry": "automotive",
  • "size": "small",
  • "account": "string",
  • "name": "string"
}
Response samples
application/json
{
  • "name": "MyNewOrg",
  • "account": "someAccount"
}