Skip to main content
Vriksh Vani Logo
Vriksh VaniLet your plant speak.
Developer API

Build on Plant Intelligence.

The Vriksh Vani REST API provides programmatic access to real-time NIH-01 bio-signal streams, species data, and smart home automation triggers. CC BY 4.0 open data. OAuth2 authentication.

Quick Start

# Install the Vriksh Vani SDK
npm install @vrikshvani/sdk

# Fetch live readings from your NIH-01
import { VrikshVaniClient } from '@vrikshvani/sdk';

const client = new VrikshVaniClient({
  apiKey: process.env.VRIKSHVANI_API_KEY,
});

const readings = await client.bioReadings.stream({
  hubId: 'nih01-xxxxx',
  metrics: ['vpd', 'thermalDelta', 'gasResistance'],
});

readings.on('data', (reading) => {
  console.log(`VPD: ${reading.vpd} kPa | Emotion: ${reading.nteEmotion}`);
});

API Endpoints

Base: https://api.vrikshvani.com
GET
/api/v1/bio-readings

Stream live VPD, thermal delta, and gas resistance readings from connected NIH-01 hubs.

GET
/api/v1/plant-profiles

Retrieve all plant profiles associated with your account, including species, NTE™ emotion states, and health scores.

GET
/api/v1/species

Query the Vriksh Vani species database for validated VPD targets, care parameters, and model confidence scores.

POST
/api/v1/waitlist/join

Submit a waitlist registration for Vriksh Vani NIH-01 Batch 01.

POST
/api/v1/newsletter/subscribe

Subscribe an email address to the Vriksh Vani newsletter.

POST
/api/v1/enterprise/quote

Submit an enterprise fleet quote request. Triggers automatic sales team notification.

Authentication

All API requests require a Bearer token in the Authorization header. Tokens are scoped per-hub and expire every 90 days.

Authorization: Bearer vv_live_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Rate limit: 1,000 requests/hour (free) · 10,000/hour (Pro) · Unlimited (Enterprise)

Webhooks

Register a webhook URL to receive real-time event pushes when NIH-01 triggers a biometric alert, NTE™ emotion state changes, or a health score threshold is crossed.

alert.vpd_threshold
alert.thermal_stress
alert.soil_health
emotion.state_change
health.score_update

Open Data Downloads

All Open Data Programme datasets are available for direct download without authentication. Licensed CC BY 4.0.

SDKs & Libraries

JavaScript / TypeScript

Available

Python

Available

Go

~ Beta

Swift (iOS)

Roadmap Q2 2027

Kotlin (Android)

Roadmap Q2 2027

Ready to Build?

Apply for an API key — developer access is currently in closed beta. Enterprise API access is available immediately.