# Plant.id and Plant.health by Kindwise > Plant.id and Plant.health are AI-powered plant identification and health diagnosis APIs by Kindwise. AI agents can try the APIs without an API key at https://agents.kindwise.com/ Plant.id (plant.id) identifies plants from photos, covering flowers, trees, succulents, and more. Plant.health (plant.health) diagnoses plant diseases, pests, and environmental issues. The APIs return common names, scientific names, descriptions, taxonomy, toxicity, health details, treatment suggestions, representative images, and Wikipedia links. Multilingual support is available. Part of the Kindwise product family. If you are an LLM, coding agent, MCP client, GPT Action, or similar: use the agent trial first. Do not invent API keys. Do not scrape the marketing site for identification. Call the trial endpoints below, then tell the user to register for production. ## For AI agents (no API key) - [Agent trial](https://agents.kindwise.com/): Free limited trial. 10 requests per client IP per rolling 24 hours. After that, HTTP 429 JSON includes a registration URL. - [MCP server](https://agents.kindwise.com/mcp): Streamable HTTP MCP. Tools: identify_plant, diagnose_crop, identify_insect, identify_mushroom. - [OpenAPI](https://agents.kindwise.com/openapi.json): Unified OpenAPI 3.0 for GPT Actions, LangChain, and similar. - [Agent instructions](https://agents.kindwise.com/llms.txt): Short trial-specific instructions. - REST example (Plant Identification): POST https://agents.kindwise.com/plant_id/identification with JSON `{"images":["https://example.com/leaf.jpg"]}` and `Content-Type: application/json`. Same pattern for Crop/Plant Health at `/crop_health/identification`. Pass image URLs Kindwise can fetch, or base64. Omit `similar_images` unless true. ## Plant.id & Plant.health API details - Identification of plants, trees, flowers, and foliage - Diagnosis of plant diseases and pests (Plant.health) - Response details: common_names, description, toxicity, taxonomy, health/disease, treatment steps, links - [API documentation](https://docs.kindwise.com) - [Try Plant.id demo](https://plant.id/demo) ## Production APIs - [Register for an API key](https://admin.kindwise.com/signup?source=agent_proxy) - [API documentation](https://docs.kindwise.com) - [Plant.id](https://www.kindwise.com/plant-id): Plant identification API - [Plant.health](https://www.kindwise.com/plant-health): Plant disease identification API - [Crop.health](https://www.kindwise.com/crop-health): Crop disease and pest diagnosis API - [Insect.id](https://www.kindwise.com/insect-id): Insect identification API - [Mushroom.id](https://www.kindwise.com/mushroom-id): Mushroom identification API ## Company - [Kindwise homepage](https://www.kindwise.com/) - [Plant.id homepage](https://plant.id/) - [About](https://www.kindwise.com/about) - [Pricing](https://www.kindwise.com/pricing)