# Create Project **POST /public/v1/projects** ## Servers - SmartPM Production Environment: https://live.smartpmtech.com (SmartPM Production Environment) ## Authentication methods - Api key ## Parameters ### Headers - **X-COMPANY-ID** (string) ### Body: application/json (object) - **name** (string) - **city** (string) - **state** (string) - **zipCode** (string) - **country** (string) - **latitude** (number) - **longitude** (number) - **files** (array[object]) - **source** (string) - **projectPlan** (string) - **metadata** (object) ## Responses ### 500 Internal Server Error #### Body: */* (object) object ### 200 OK #### Body: */* (object) - **projectId** (integer(int64)) The unique identifier of the newly created project. - **message** (string) A message providing additional information about the project creation. - **files** (array[object]) A list of files associated with the newly created project. [Powered by Bump.sh](https://bump.sh)