Skip to main content
The current release available from the Amini Data Platform is released on .

Introduction

This endpoint allows you request for datapoints to be processed given your own locations of interest, along with a specified start and end date, which will be used to query the Data Catalog to then serve you the datapoints via a JSON payload.

Request Headers

string
A unique identifier used to authenticate the API request. This key is provided to developers upon registration and should be kept confidential.
string
The path to a file (CSV is the only file type supported at the moment) that contains the geopolygons, and start date and end date of query.
string
A list of paramters (e.g., spatial index like NDVI) that you want to request. Check the full list of supported datapoints for reference.

Response

string
This contains the status message of your job. If successful, it will return ‘Job created successfully’.
float
The cost of the submitted job in USD ($).
string
The status of the job submitted.
string
A unique identifier for the job, which can be used to request datapoints by Job ID.