Go to the dashboard and generate an API TOKEN
Get A list of organizations available to the user:
$ curl -X GET "https://api.taranis.ag/v1/org/" -H "accept: application/json" -H "Authorization: Bearer <API TOKEN>"
Select an Organization and list its Clients:
curl -X GET "https://api.taranis.ag/v1/clients/?organization=<Organization ID>" -H "accept: application/json" -H "Authorization: Bearer <API TOKEN>"
Select a Client and List All Farms that belong to it:
curl -X GET "https://api.taranis.ag/v1/farms/?clients=<client ID>" -H "accept: application/json" -H "Authorization: Bearer <API TOKEN>"
Select a Farm and List All Fields that belong to it:
curl -X GET "https://api.taranis.ag/v1/fields/?farms=<Farm ID>" -H "accept: application/json" -H "Authorization: Bearer <API TOKEN>"
Select a field and list all ndvi maps between 12-06-2019 and 12-07-2019:
curl -X GET "https://api.taranis.ag/v1/maplayers/<Field ID>/?type=ndvi&start_date=12-06-2019&end_date=12-07-2019" -H "accept: application/json" -H "Authorization: Bearer <API TOKEN>"
The result will contain Map meta-data as well as a url to download the map
To create a field in The selected farm: Farm ID
curl -X POST "https://api.taranis.ag/v1/fields/" -H "accept: application/json" -H "Authorization: asd asd" -H "Content-Type: application/json" -d "{ \"name\": \"My New Field\", \"farm\": <Farm ID>, \"boundary\": \"{\\\"type\\\":\\\"Polygon\\\",\\\"coordinates\\\":[[[0,0],[1,0],[1,1],[0,1],[0,0]]]}\"}"
CWSI
Emergence Heatmap
Relative Crop Performance
Visible (RGB)
Vegetation Coverage
UHR NDVI Standard
UHR Thermal
Weeds Broad Leaf Heatmap
Weeds Grass Leaf Heatmap
Weeds Heatmap
Zones