Create a block on a field. Block must belong to a crop that already lives on the field.
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.
fields:write scope.
fieldId (so the block is consistent with the field’s planting).areaUnit).Polygon or Point covering the block. Polygon: { type: "Polygon", coordinates: number[][][] }. Point: { type: "Point", coordinates: [lng, lat] }.{ pattern: "square" | "hexagonal" | "triangular" | "custom", rowCount, columnCount, rowOrientation, originLatLng: [lat, lng] }.planned, planted, established, mature, declined, harvested, removed.data.
| Status | When |
|---|---|
400 VALIDATION_ERROR | Body validation failed |
401 | Missing, malformed, expired, or revoked API key |
403 INSUFFICIENT_SCOPE | Key lacks fields:write scope |
404 NOT_FOUND | Farm, field, or cropId doesn’t exist, is soft-deleted, or doesn’t belong to the resolved hierarchy |
429 RATE_LIMIT_EXCEEDED | Per-user rate limit reached |
5xx | Server error |