create_image
Upload and manage project photos in Procore by creating image records linked to specific projects, using upload UUIDs or direct data for documentation purposes.
Instructions
Create image. [Project Management/Photos] POST /rest/v1.0/images
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| upload_uuid | No | UUID referencing a previously completed Upload. This is the recommended approach for image uploads. See Company Uploads or Project Uploads for instructions on how use uploads. You should not use bo... | |
| image_name | Yes | The name of the image file to be uploaded. Required when using an upload_uuid to upload the image. | |
| image | Yes | At least one attribute is required even when an 'upload_uuid' key is provided. If an 'upload_uuid' is not provided above, then the 'data' key must be provided |