Create BIM File
create_bim_fileCreate a BIM file in a Procore project to obtain a new ID. Works with authenticated access and reports token, permission, or not-found errors.
Instructions
Create a BIM File in a Project. Creates the BIM file 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_file. Procore API: Preconstruction > BIM. Endpoint: POST /rest/v1.0/bim_files
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bim_file | Yes | JSON request body field — bIM File Item object. Each BIM File can be uniquely identified by name and UUID. | |
| project_id | Yes | JSON request body field — unique identifier for the project. |