Create Image Category
create_image_categoryCreate a new photo album category to organize images in a Procore project. Provide the project ID and album name to add the category.
Instructions
Create a new Photo Album (Category) for Images. Use this to create a new Photos in Procore. Creates a new Photos and returns the created object on success (HTTP 201). Required parameters: project_id, name. Procore API: Project Management > Photos. Endpoint: POST /rest/v1.0/image_categories
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| name | Yes | JSON request body field — the Name of the Image Category | |
| private | No | JSON request body field — the Private status of the Image Category | |
| album_cover_id | No | JSON request body field — iD of an Image that is the cover Image of the Image Category. |