Stay up to date with the latest news about the PlantCare project.

Join the PlantCare Public Beta on Android!

We are thrilled to invite you to join the PlantCare Public Beta Program for Android! Help us test our latest features, optimize visual diagnostics, and refine our self-healing AI systems before they are released globally. By participating in the beta, you will get early access to our dynamic client-side transaction timeouts, precision GPS metadata parsing, and malware scanning integrations. How to Join: We are using Firebase App Distribution to share our pre-release Android builds securely. ...

May 31, 2026 · 2 min · 331 words · PlantCare B2B Team

Join the PlantCare Public Beta on iOS!

We are thrilled to invite you to join the PlantCare Public Beta Program for iOS! Help us test our latest features, optimize visual diagnostics, and refine our self-healing AI systems before they are released globally. By participating in the beta, you will get early access to our dynamic client-side transaction timeouts, precision GPS metadata parsing, and malware scanning integrations. How to Join: We are using Apple’s official TestFlight service to share our pre-release iOS builds securely. ...

June 10, 2026 · 2 min · 337 words · PlantCare B2B Team

You Only Pay for Success: Our Fair Quota Promise

Nobody likes paying for something that did not work. That is why PlantCare has a simple, non-negotiable rule: your daily scan quota is only consumed when an analysis succeeds. The problem we solved On most apps with usage limits, a failed attempt still counts against your quota. A blurry photo, a momentary server hiccup, or a bad connection — and you have lost one of your daily scans with nothing to show for it. That is frustrating and unfair. ...

July 23, 2026 · 2 min · 274 words · PlantCare B2B Team

Lighter Photos, Faster Scans: How We Optimize Your Plant Images

Every time you point your camera at a leaf, your phone captures a rich, detailed photo — often 5 to 10 megabytes. That level of detail is great for your gallery, but it is overkill for AI analysis and slows everything down. To fix this, PlantCare now automatically compresses and converts every photo to a modern, efficient format before it leaves your phone. What happens when you snap a photo: Smart Compression: Your image is resized to a maximum of 1024×1024 pixels — plenty of resolution for spotting leaf discoloration, pest damage, and fungal patterns. Modern Format: The photo is converted to WebP at quality 92, which preserves near-lossless botanical detail while cutting the file size by roughly 90%. Faster Upload: A 500 KB file uploads in a fraction of the time a 5 MB original would, even on slow rural connections. Quicker Diagnosis: Our AI receives a clean, optimized image and returns results faster. Why this matters for you Less data consumed — ideal when you are on mobile data or a limited plan. Faster results — smaller files mean shorter upload times and quicker AI responses. Same diagnostic accuracy — the AI sees every detail it needs; we only strip redundant pixel data. Lower storage footprint — your analysis history takes up far less space. You do not need to change anything — this optimization happens silently every time you scan a plant. Just point, shoot, and let PlantCare handle the rest.

July 20, 2026 · 2 min · 244 words · PlantCare B2B Team

Project Roadmap 2026

As we continue to evolve PlantCare, we want to share our technological journey with our community. Our focus remains on precision, reliability, and security. Quarter 3, 2026 Active / Latest Content Moderation & Anti-Spam Filter Every image analysis now includes automated content moderation. The AI detects objects in each upload and applies a weighted scoring engine to block off-topic or abusive content before it consumes analysis quota. Flagged transactions are sent to an admin moderation queue for review. Blocked analyses never consume the user's quota. ...

July 19, 2026 · 3 min · 596 words · PlantCare B2B Team

Secure Event-Driven Integrations: AI Webhooks Implemented

Enterprise partners can now leverage real-time callbacks for AI batch operations and video generation tasks. We have deployed inbound webhook endpoints on our backend services, securing them with robust cryptographic validation. Synchronous vs. Asynchronous Integration To optimize response times and resource utilization, our platform separates diagnostic execution lanes: Standard Diagnostic Queries: Mobile app diagnostics and standard user queries are processed synchronously in real-time using immediate API endpoints or transactional task queues that call the AI engine directly. AI Webhooks: Exclusively reserved for asynchronous long-running operations—including bulk B2B batch evaluations, explanatory video generation, and agent-orchestration workloads. Cryptographic Security Standards To guarantee authenticity, our handlers support dual-mode signature validation: ...

May 29, 2026 · 2 min · 227 words · PlantCare B2B Team

B2B IoT Core: Spatial Device Hierarchy & Telemetry Mapping

We are pleased to introduce the B2B IoT Core Engine inside our standard Enterprise API, enabling unified monitoring of sensors, cameras, and drones. This service introduces a rigorous spatial data consistency model to manage large-scale agricultural device deployments. B2B IoT Highlights: Unified CRUD Endpoints: Complete endpoint coverage via /v1/iot/devices (GET and POST) and /v1/iot/devices/{id} (PATCH and DELETE) for register, list, update, and decommissioning operations. Strict Geographical Relationships: Devices are linked via a strict document path schema (Project -> Country -> City -> Place -> Plant), ensuring telemetry query consistency and securing B2B access boundaries. Multi-Entity Association: Telemetry data from a single node (e.g. canopy temperature sensor) can be associated with multiple target plant entities in the database, maximizing sensor utility. AI Telemetry Co-Processing: The API gateway maps IoT telemetry (soil moisture, solar radiation, leaf wetness) into AI payload queries, enabling our AI model to perform diagnostic validations using real-time crop parameters. Integrate your sensor network with our robust B2B IoT API today.

May 29, 2026 · 1 min · 162 words · PlantCare B2B Team

Environmental Analytics: Weather & GPS Integration for B2B APIs

We are pleased to introduce the Environmental and Weather-Aware Analytics Engine within the standard Enterprise API. Agricultural organizations can now leverage location-based historical weather intelligence directly in their programmatic analysis flows. B2B Analytical Features: API Coordinates Binding: Endpoints /v1/analyses and /v1/analyses/sync now support bindings for latitude and longitude in request payloads. 7-Day Weather Data Reconciler: The API automatically queries local weather archives to fetch temperature, precipitation, and environmental metadata at the specific sample coordinates over the preceding 7-day period. High-Precision AI Diagnostics: Our AI model analyzes crop images alongside the weather telemetry. This isolates climate-induced anomalies (e.g. cold stress, dry winds) from pathological conditions (e.g. fungal infections), improving diagnostic reliability. Enhanced Agronomic Recommendations: The output includes automated advice customized to your region’s microclimate and short-term weather trends. Elevate your crop monitoring accuracy with weather-aware enterprise diagnostics.

May 29, 2026 · 1 min · 136 words · PlantCare B2B Team

High-Availability: Real-Time Analysis Recovery and Self-Healing API

We are excited to share our latest infrastructure update: Automated Analysis Recovery and Self-Healing API Engine for enterprise clients. This service guarantees high availability and uninterrupted workflows, even in challenging field conditions with high network latency or partial outages. Infrastructure Highlights: Transaction Recovery Pipeline: An automated cron routine actively monitors active analyses in the database. If an API request stalls or fails due to external service timeout, the recovery worker programmatically completes the task. Dynamic Client Timeout Configuration: The analysis timeout limit is now managed dynamically via our secure configuration store (defaulting to 30 seconds) and communicated to clients in the API response, allowing instant optimization of client wait times without code redeployments. Success-Only Quota Consumption: In line with our strict B2B mandates, quotas are only consumed for successfully delivered analyses. Outages or failed processes do not count towards usage thresholds. Push Notification and Webhook Integration: When a stalled transaction is recovered, results are dispatched immediately via push notifications to mobile clients and registered webhooks to enterprise ERP integrations. Zero-Panic Fault Tolerance: Built-in health guards prevent runtime process crashes. If global services (database, AI, storage) experience transient latency, the system safely handles failures and queues retries. Ensure business continuity and diagnostic reliability with our updated API.

May 29, 2026 · 1 min · 206 words · PlantCare B2B Team

Compliance & Integrity: Full GDPR Parity Across Enterprise APIs

We are pleased to announce the full integration of GDPR-compliant data management across all standard Enterprise API endpoints and services. For B2B partners and agricultural corporations, this ensures absolute compliance with international data protection laws. B2B Compliance Features: Comprehensive Portability Exports: B2B accounts can programmatically query complete metadata archives (containing user profiles, IoT device logs, folder configurations, and usage limits) via our versioned GDPR endpoints. Anonymization and Scientific Research Dataset: Account closures trigger the automated anonymization pipeline, stripping PII and mapping observations to research nodes. Privacy by Design: In compliance with strict GDPR regulations, precise GPS telemetry data is never stored in permanent database records, utilizing transient broker pipelines for analysis and only persisting generalized regional metadata. Ensure corporate compliance with our standard privacy-first tools.

May 29, 2026 · 1 min · 125 words · PlantCare B2B Team