# Create Model **POST /public/v1/projects/{projectId}/models** ## Servers - SmartPM Production Environment: https://live.smartpmtech.com (SmartPM Production Environment) ## Authentication methods - Api key ## Parameters ### Headers - **X-COMPANY-ID** (string) ### Path parameters - **projectId** (integer(int64)) ### Body: application/json (object) - **name** (string) - **description** (string) - **scheduleIds** (array[integer(int64)]) - **ruleIds** (array[integer(int64)]) - **activityIds** (array[integer(int64)]) - **isAutoUpdate** (boolean) - **modelConfiguration** (object) - **modelType** (string) ## Responses ### 500 Internal Server Error #### Body: */* (object) object ### 200 OK [Powered by Bump.sh](https://bump.sh)