| Method | Path | Description |
GET | /v1/prospects/{id}/photos | List photos, newest first |
POST | /v1/prospects/{id}/photos | Add a photo |
DELETE | /v1/prospects/{id}/photos/{photo_id} | Remove a photo |
body image_base64stringimage_url for larger files.body image_urlstringbody photo_typestringdefault: otherstreet_view, property_front, property_side, property_back, condition, damage, or other.body captionstringbody latitudenumberbody longitudenumber12345678910111213141516{ "data": { "id": "photo_44", "property_id": "prop_12345", "url": "https://storage.googleapis.com/dealmachine-media/organization/42/12345/1756224000_a1b2c3.jpg", "file_name": "1756224000_a1b2c3.jpg", "file_size": 204800, "mime_type": "image/jpeg", "width": 1600, "height": 1200, "location": { "lat": 30.2672, "lng": -97.7431 }, "photo_type": "property_front", "caption": "Roof looks new", "created_at": "2026-08-26T16:30:00.000Z" } }