Projects

Create a new project

post/v1/projects

Request body

namestring required

Project name

type'renovation' | 'new_home_construction' | 'other'

Type of project

estimatedBudgetnumber

Estimated budget for the project

currencystring

Currency for the budget

externalLocationIdstring

External location ID from geocoding service (AWS PlaceId, Google PlaceId, etc.)

creationSource'generation' | 'draw_from_scratch' | 'recognition' | 'template' | 'duplicate' required

Which entry path the user took to create the project

unitSystem'imperial' | 'metric'

Preferred measurement unit system

Response

Project created successfully

successboolean required

Indicates if the request was successful

messagestring required

Human readable message

timestampstring date-time required

Timestamp of the response

Changes