{ "opencollection": "1.0.0", "info": { "name": "AgStack Asset Registry api Field Registration (POST) API", "version": "1.0.0" }, "items": [ { "info": { "name": "Field Registration (POST)", "type": "folder" }, "items": [ { "info": { "name": "📍 Register Field Boundary (WKT)", "type": "http" }, "http": { "method": "POST", "url": "https://api-ar.agstack.org/register-field-boundary", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "📍 Register Field Boundary (WKT)" }, { "info": { "name": "📂 Bulk Register Field Boundaries (GeoJSON File)", "type": "http" }, "http": { "method": "POST", "url": "https://api-ar.agstack.org/register-field-boundaries-geojson", "body": { "type": "multipart-form", "data": [ { "name": "file", "type": "text", "value": "" } ] }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Bulk register Field Boundaries using a GeoJSON FeatureCollection. \nSupports both multipart file upload (`.geojson`) and raw JSON body.\n" }, { "info": { "name": "🎯 Register a Point", "type": "http" }, "http": { "method": "POST", "url": "https://api-ar.agstack.org/register-point", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "🎯 Register a Point" }, { "info": { "name": "📂 Bulk Register Points (GeoJSON)", "type": "http" }, "http": { "method": "POST", "url": "https://api-ar.agstack.org/register-points-geojson", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Bulk register points using a GeoJSON FeatureCollection. \nSupports both multipart file upload (`.geojson`) and raw JSON body.\n" } ] } ], "bundled": true }