Enterprise

Plant Compliance for Marketplaces

Check if a plant is regulated at the buyer's location before checkout, catalogue approval, or shipment.

Built for ecommerce platforms, online marketplaces, nurseries, and compliance teams that need automated plant regulation checks to reduce restricted sales and regulatory risk.

Current Release

Data release 20260528T124621Z Generated 2026-05-28

2,047taxa monitored
86jurisdictions
5,506regulation rows

Enterprise Use Case

Given a plant name and ship-to jurisdiction, return a conservative regulation signal for commercial sales, catalog review, or fulfillment.

Access Model

Enterprise usage is manually approved and token protected. Approved organizations receive an API token from Menacon under written access terms. Pricing, quotas, support, and renewal terms are handled by quote, invoice, payment link, or agreement. Self-serve billing may be added later. API terms apply.

Designed for e-commerce compliance workflows

The endpoint is intentionally conservative. It reports whether a matched species has a regulation record in the requested destination jurisdiction, helping teams flag products for review before they are sold or shipped.

It does not say a plant is legally allowed, banned, or prohibited to buy. If a common name is ambiguous or misspelled beyond a safe threshold, the service asks the user to choose from suggested species before returning a regulatory result.

POST /v1/regulatory-check
{
  "plant_query": "Cortaderia jubata",
  "ship_to": {
    "country": "US",
    "region": "CA"
  }
}

Try the v1 check

This demo sends a live request through the same API path an enterprise integration would use: one plant, one destination jurisdiction, one structured regulatory response.

What enterprise integrations get

Avoid Restricted Sales

Flag regulated plants before checkout, catalog approval, or shipment to a destination region.

Handle Real Plant Names

Match scientific names, common names, synonyms, species IDs, and near-spellings.

Return Source Evidence

Provide authority details, source URLs, raw classifications, notes, and release version.

Enterprise access

The public website is for research and reference use. Enterprise is for organizations that need automated compliance checks inside commercial or operational workflows.