create_specification_upload
Upload PDF specifications to Procore projects for document management and processing within the construction platform.
Instructions
Create specification upload. [Project Management/Specifications] POST /rest/v1.0/projects/{project_id}/specification_uploads
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | The ID of the project to upload to | |
| specification_set_id | Yes | The ID of the specification set to upload to | |
| specification_section_id | No | The ID of a Specification Section to apply to all pages in the attached file. If present, the upload will not require review unless the Specification Section is deleted during processing. | |
| default_revision | No | A default revision designation to be applied to Specification Section Revisions generated from this upload | |
| files | No | One or more files in PDF format to include in the upload (limited to one if specification_section_id is set). *To upload drawings you must upload the entire payload as `multipart/form-data` content... | |
| upload_uuids | No | Array of uploaded files UUIDs. *Required only if files is empty | |
| issued_date | No | The date when the specifications were issued by the design team | |
| received_date | No | The date when the specifications were received by the GC | |
| ignore_number | No | Numbers that resemble a spec section number can make it difficult to accurately split up and auto-label the spec sections. This field contains a number flagged to be ignored by the OCR technology a... | |
| spec_format | Yes | Specification format to apply to the upload. |