Create BIM Model
create_bim_modelCreate a BIM model in a Procore project by providing project ID and model data. Returns the new model with its ID.
Instructions
Create a BIM Model in a Project. Creates the BIM model and returns it with its new id (HTTP 201); calling it again creates another record. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: project_id, bim_model. Procore API: Preconstruction > BIM. Endpoint: POST /rest/v1.0/bim_models
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view | No | JSON request body field — specify response schema view | |
| bim_model | Yes | JSON request body field — the bim model for this BIM operation | |
| project_id | Yes | JSON request body field — unique identifier for the project. |