{ "opencollection": "1.0.0", "info": { "name": "Trimble Agriculture Data Boundaries Imagery API", "version": "3.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Imagery", "type": "folder" }, "items": [ { "info": { "name": "List Imagery", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.api.trimble.com/Trimble-Ag-Software/externalApi/3.0/organizations/:organizationId/imagery", "params": [ { "name": "organizationId", "value": "", "type": "path" }, { "name": "cropZoneId", "value": "", "type": "query" } ] }, "docs": "Returns uploaded GeoTIFF imagery processed for crop zones." }, { "info": { "name": "Upload Imagery", "type": "http" }, "http": { "method": "POST", "url": "https://cloud.api.trimble.com/Trimble-Ag-Software/externalApi/3.0/organizations/:organizationId/imagery", "params": [ { "name": "organizationId", "value": "", "type": "path" } ], "body": { "type": "multipart-form", "data": [ { "name": "file", "type": "text", "value": "" }, { "name": "name", "type": "text", "value": "" }, { "name": "date", "type": "text", "value": "" } ] } }, "docs": "Upload a GeoTIFF image. It will be processed and clipped to any crop zones whose boundaries overlap the imagery area." } ] } ], "bundled": true }