for Developers

for Developers

  • Docs
  • Help

›API References

Introduction

  • Description
  • Available Services

Get Started

  • Integration Example (google maps js, leafletjs, mapbox)
  • Using Raster Files
  • Variable Rate Application using the Demo
  • Variable Rate Application using API

API References

  • Login
  • Register Fields
  • Update Fields
  • Delete Fields
  • List Fields
  • List Files
  • Download Files
  • Register Webhooks For Notifications
  • Upload Raster Files
  • Get Processed Raster Files
  • Value at Location
  • Field Boundary Detection
  • Register Field Metadata

VRA (Beta)

  • Variable Rate Application (Beta)
  • GeoJson to Shapefile

List Fields

For a better understanding of how you can implement the API into your software see Get Started

Description

This route is used to ask for its available fields under each service (ndvi, etc.). Get a list of all the fields available for the current user for the given service.

When no service name is specified, this method returns a list of all fields for the current user.

Endpoints

  • /fields/list/{service_name}
  • /fields/list

Method type

GET

Parameters

namedescriptiontypeRequiredDefault Value
tokenYour identification tokenstringrequired

Responses

status codedescription
200The resource has been fetched and is transmitted in the message body

Example Request

GET https://spacesense-api.ew.r.appspot.com/fields/list/ndvi?token=__myToken__

Example Response

{
  "[fields,area(ha),labels]": [
    ["farm_1", 17.75, ["ndvi", "ndwi", "parsec"]],
    ["farm_2", 15.79, ["ndvi", "ndwi", "parsec"]]
  ]
}
← Delete FieldsList Files →
  • Description
  • Endpoints
  • Method type
  • Parameters
  • Responses
  • Example Request
  • Example Response
for Developers
Docs
Supported featuresGuidesAPI Reference
Community
User ShowcaseTwitterLinkedIn
More
SpaceSense.aiGitHub
Facebook Open Source
Copyright © 2022 SpaceSense.ai