Team Plan

Mapalyze API

Programmatic access to your field data. REST API, OGC API - Features for GIS interoperability, and direct QGIS integration.

GET POST PUT DELETE Full CRUD support
Base URL
https://<project-ref>.supabase.co/functions/v1/api-gateway

Find your project reference in Settings → API in your Mapalyze dashboard.

# List your records
curl -H "X-API-Key: mk_live_..." \
  https://<ref>.supabase.co/functions/v1/api-gateway/v1/records
Get Started Free