Adding your Datasource

Create a google sheet as datasource with the following cloumns:
latitude, longitude, tag1, tag2, ...

Send a request to index your data

curl -XPOST --header "api-key:API_KEY" "https://api.nxtdb.com/add?sheetId=GOOGLE_SHEET_ID&dataset=DATASET_NAME"

Using APIs

Once the dataset is added, it can be queried using the API as:

curl --header "api-key:API_KEY" https://api.nxtdb.com/nearby/DATASET_NAME?latitude=40.7539969&longitude=-73.991905

Request your API Keys