AI Plant

Detect all plant in the world


Domain

https://image-generator.dev.apero.vn

Plant Identification

POST /api/v1/plant-identifier

Upload the plant image and receive name, description and refer image of this plant

Headers

Form data

Response

{
    "statusCode": 200,
    "message": "ok",
    "data": [
        {
            "scientificName": "Rosa centifolia",
            "commonName": "Rosa × centifolia",
            "genus": "Rosa",
            "family": "Rosaceae",
            "avatar": "https://static-plant-identifier.apero.vn/rosa_centifolia_0.jpg",
            "images": [
                "https://static-plant-identifier.apero.vn/rosa_centifolia_1.jpg",
                "https://static-plant-identifier.apero.vn/rosa_centifolia_2.jpg"
            ],
            "description": "Rosa × centifolia (lit. hundred leaved rose; syn. R. gallica var. centifolia (L.) Regel), the Provence rose, cabbage rose or Rose de Mai, is a hybrid rose developed by Dutch breeders in the period between the 17th century and the 19th century, possibly earlier.",
            "confidence": 0.5034456253051758
        }
    ],
    "timestamp": 1727779984649
}

Last updated