Create a crop on a farm and field owned by the authenticated user.
Documentation Index
Fetch the complete documentation index at: https://docs.wiseyield.co/llms.txt
Use this file to discover all available pages before exploring further.
crops:write scope. See Authentication.
farmId. Required per the Operations Attachment Principle."wheat", "date palm").areaUnit. Accepts string or number.cropType when the crop is in the catalog.winter, summer, autumn, spring, year_round.currency.currency.planned, planted, growing, harvested, failed.data. See List crops for the full field reference.
| Status | When |
|---|---|
400 VALIDATION_ERROR | Schema validation failed (details carries per-field messages), OR fieldId doesn’t belong to farmId |
401 | Missing, malformed, expired, or revoked API key |
403 INSUFFICIENT_SCOPE | Key lacks crops:write scope |
404 NOT_FOUND | farmId not owned by the authenticated user (or soft-deleted) |
429 RATE_LIMIT_EXCEEDED | Per-user rate limit reached |
5xx | Server error |