For AI agents: visit https://companycam.readme.io/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
| Attribute | Type | Description |
|---|
| id | String | The unique ID for the photo |
| company_id | String | A unique ID for the Company that captured the Photo |
| creator_id | String | The unique ID of the Entity that captured the Photo |
| creator_type | String | The type of Entity that captured the Photo |
| creator_name | String | The display name of the Entity that captured the Photo |
| project_id | String | The unique ID of the project the Photo was captured at |
| processing_status | String | Indicates the Photo’s processing status. It will one of pending, processing, processed, processing_error, or duplicate |
| coordinates | Coordinate | The coordinates where the Photo was captured |
| uris | Array[ImageURI] | A list of URIs for the different size variants of the photo. The list will have entries for original, web, and thumbnail. If the photo has been annotated it will contain entries for original_annotation, web_annotation, and thumbnail_annotation. |
| hash | String | The MD5 hash of the photo |
| description | String | The description of the Photo |
| internal | Boolean | Indicates whether the photo is for internal use only and should not be used in marketing or other public materials |
| captured_at | Integer | Timestamp when the Photo was captured |
| created_at | Integer | Timestamp when the photo was created on the server. This may differ from thecaptured_at field. |
| updated_at | Integer | Timestamp when the photo was last updated |
| photo_url | String | The link to the photo in the web app |