---
title: "Create a fungus"
method: POST
path: "/api/v1/fungi"
tags: ["Fungi"]
---

# Create a fungus

`POST /api/v1/fungi`

Creates a fungus.

## Request body

- CreateFungus
  - `token` string, required
  - `item` object
    - `name` string, required — The name of the fungus
    - `species` string — Biological species.
    - `phenotype` string — Observable traits.
    - `genotype` string — Genetic composition.
    - `host` string — Associated host organism.
    - `virulent` string — Virulence factor.
    - `sporulate` string — Ability to form spores.
    - `mycelia` string — Mycelial growth.
    - `fruiting_bodies` string — Presence of sporocarps.
    - `owner_id` integer — id of the owner - by default it's your member id
    - `source` string — The origin or source from which the fungus was obtained.
    - `description` string — Description of the fungus

## Response `201`

OK

## Other responses

- `401` — Error: Unauthorized
- `422` — Invalid request

---

[API](https://skmtc.net/labguru/apis/labguru-api.md) · [All operations](https://skmtc.net/labguru/apis/labguru-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/labguru/labguru-api/revisions/0534e4d70b77/schema)
