Search street-level photos and civic imagery. Shows real photos of infrastructure conditions, damage, or objects in any supported city.
Find and display real photos of infrastructure, conditions, or objects in cities.
Geocode the location: geocode_location to get coordinates and identify the city.
Check Cyvl coverage: list_projects(has_embeddings=true) to see which cities have searchable imagery. See reference/cyvl-coverage.md for the current registry.
If the city has Cyvl imagery (e.g., Boston):
search_imagery(query, project_id, output="metadata") to get result countoutput="image_content", page_size=3, max_width=400 to show actual photosIf the city does NOT have Cyvl imagery (e.g., NYC currently):
Present results:
page_size to 3-5 with image_content to manage response sizesearch_id from metadata call to paginate — query is always required, even with search_id