Upload a crop image using multipart/form-data. The API validates the request, uploads the image to managed storage on the caller's behalf, then runs image diagnosis. This avoids exposing internal storage credentials to end users.
X-Api-Key: <your_key>Alternative:
Authorization: Bearer <your_key>
POST with multipart/form-dataimage (binary file data)plant (required), top_k (optional), locale (optional)cassava, maize, rice, tomato?locale=... → Accept-Language → en-usQuery parameter takes priority if both are set