Loading
API Platform
Powerful RESTful APIs for disease detection, weather forecasting, and market analytics.
The public API is still being built — no keys are issued yet, and the endpoints below are a preview.
Simple SDKs, clear documentation, and ready-to-use examples. Start building intelligent agricultural applications today.
// Initialize the Vinimex AI Lab SDK
import { VinimexAI } from '@vinimex/sdk';
const client = new VinimexAI({
apiKey: process.env.VINIMEX_API_KEY
});
// Diagnose plant disease from image
const diagnosis = await client.diagnose({
image: imageBuffer,
crop: 'rice'
});
console.log(diagnosis);
// {
// disease: 'bacterial_leaf_blight',
// confidence: 0.94,
// recommendations: [...]
// }Some of our popular endpoints.
/v1/crops/{crop_id}Get crop information/v1/diagnoseDiagnose plant disease from image/v1/weather/{location}Get weather data for location/v1/prices/{commodity}Get real-time commodity prices/v1/chatChat with Đom Đóm AIStart free, scale as you grow.
Free
For testing and development
$99/month
For production applications
Custom
For large-scale deployments