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
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
curl -H "X-API-Key: mk_live_..." \
https://<ref>.supabase.co/functions/v1/api-gateway/v1/records
Getting Started
Authentication, API keys, quickstart guide
Records
List, create, update, delete field records
Spatial Queries
Bounding box, radius, and geometry intersection
Forms & Projects
Form schemas, project listings
Attachments
File listings and signed download URLs
Reference
Error codes, rate limits, status codes
QGIS Integration
Connect QGIS via OGC API or Direct PostGIS
OGC API - Features
Standard GeoJSON API for GIS interoperability