Get maps
from pixels
Accelerate your workflow with AI using our imagery analysis and mapping platform. Join thousands of mappers and geospatial data analysts worldwide.
from pixels
Accelerate your workflow with AI using our imagery analysis and mapping platform. Join thousands of mappers and geospatial data analysts worldwide.
We integrate with leading data providers to supply you with accurate and up-to-date satellitte imagery
Extract building footprints enriched with semantics such as the building type, height and population
Vegetation mapping and classification by height for forestry and utilities monitoring applications
Locate construction sites and classify development by state. Monitor dynamics from a specific site to a whole city area
Extract and classify roads to analyze and produce navigation maps
Extraction and delineation of agriculture fields using free Sentinel and high-resolution satellite imagery
Segment anything with powerful pretrained model, train your custom model and run it with Mapflow
Use Mapflow the way that fits your team - in the browser, in QGIS, via chat, or through the API.

A browser-based workspace for uploading areas, selecting AI models, running processings, and visualising results on an interactive map - no installation required.
New - BetaDescribe what you want to detect in plain language. The agent selects models, configures imagery, runs the processing, and explains the results - all in a chat panel on the map.

A QGIS plugin that brings Mapflow AI models directly into your desktop GIS. Draw your area, pick a model, and run server-side processing without leaving QGIS.
# 1. Create a project
curl -X POST https://api.mapflow.ai/rest/projects \
-d '{"name": "My First Project"}'
→ {"id": "project-uuid", ...}
# 2. Run processing
curl -X POST .../processings/v2 \
-d '{"wdName": "🏠Buildings", "projectId": "project-uuid", ...}'
→ {"status": "IN_PROGRESS", ...}
# 3. Download results (when status = "OK")
curl .../processings/{id}/result \
-o results.geojson
A REST API for integrating satellite imagery analysis into your own applications and workflows. Access all AI models, imagery providers, and results programmatically.
Find out how Mapflow is used by our clients and partners