Developer preview

Build on AgroForth

A REST + webhook API for cooperatives, banks, insurers, NGOs and government partners. Integrate AI diagnosis, satellite reports, weather intelligence, finance data and marketplace flows into your own systems.

AI endpoints

Crop, animal, advisor, yield, weather.

Satellite & weather

NDVI, vigor, alerts per farm.

Farm & finance data

Sync transactions and reports.

Webhooks

Real-time event delivery.

Endpoints (preview)

MethodPathDescription
POST/v1/diagnose/cropSubmit images for AI crop disease, pest and nutrient diagnosis.
POST/v1/diagnose/animalSubmit photo + optional audio for livestock disease diagnosis.
GET/v1/satellite/farms/:id/reportLatest NDVI, vigor, stress and 12-week trend for a farm.
GET/v1/weather/:lat/:lng7-day forecast plus AI-generated risk alerts.
POST/v1/yield/predictForecast yield (t/ha) from soil + climate + variety inputs.
GET/v1/marketplace/listingsLive marketplace listings for waste, kits and produce.
POST/v1/webhooksRegister HTTPS endpoints for diagnosis.completed, payment.success, alert.created.

Authentication

curl https://api.agroforth.com/v1/weather/9.0820/8.6753 \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Accept: application/json"

All requests use HTTPS and a Bearer token issued from your AgroForth account. Rate limits apply per plan.

Request API access

The public API is currently in private preview for cooperatives, financial institutions, NGOs and government agencies. Tell us about your use case to get on the list.

api@agroforth.com