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.
Crop, animal, advisor, yield, weather.
NDVI, vigor, alerts per farm.
Sync transactions and reports.
Real-time event delivery.
| Method | Path | Description |
|---|---|---|
| POST | /v1/diagnose/crop | Submit images for AI crop disease, pest and nutrient diagnosis. |
| POST | /v1/diagnose/animal | Submit photo + optional audio for livestock disease diagnosis. |
| GET | /v1/satellite/farms/:id/report | Latest NDVI, vigor, stress and 12-week trend for a farm. |
| GET | /v1/weather/:lat/:lng | 7-day forecast plus AI-generated risk alerts. |
| POST | /v1/yield/predict | Forecast yield (t/ha) from soil + climate + variety inputs. |
| GET | /v1/marketplace/listings | Live marketplace listings for waste, kits and produce. |
| POST | /v1/webhooks | Register HTTPS endpoints for diagnosis.completed, payment.success, alert.created. |
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.
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