/api/v1/*). Allow ~5 minutes.
51 endpoints across 7 scope families are live: Farms, Crops, Fields/Blocks/Plants, Tasks/Recurring/Templates, Crop Library, Analytics, Market Intelligence. Browse the full surface in the API Reference.
1. Create an API key
- Sign in to your WiseYield dashboard as a Summit-tier user.
- Open Settings → API Keys.
- Click Create API Key, give it a name and pick scopes (for this guide:
farms:readandfarms:write). - Copy the key shown on screen — it’s only displayed once.
2. List your farms
TheGET /api/v1/farms endpoint returns the farms owned by the user behind the API key, paginated.
3. Create a farm
POST /api/v1/farms creates a farm under the authenticated user’s account.
201 Created response wraps the new farm under data:
Validation rules
A duplicate farm name for the same user returns
409 Conflict.
4. Handle errors gracefully
Errors share a stable shape:
See the Authentication page for the full list of error codes and a retry-with-backoff implementation.
Next steps
Authentication
Scopes, rate limits, and security best practices
API Reference
Every endpoint and its parameters
Integration guides
Crop recommendations, yield predictions, weather, webhooks
Webhooks
Real-time event notifications
Need help?
- Email support@wiseyield.co
- Browse the Help Center