---
title: "Create a bacterium"
method: POST
path: "/api/v1/bacteria"
tags: ["Bacteria"]
---

# Create a bacterium

`POST /api/v1/bacteria`

Create a bacterium.

## Request body

- CreateBacterium
  - `token` string, required
  - `item` object
    - `name` string, required — The name of the bacterium
    - `sensitivity` string — Details the bacterium’s sensitivity to antibiotics or other agents.
    - `strain` string — The specific strain of the bacterium
    - `source` string — The origin or isolation source of the bacterium (e.g., environmental, clinical).
    - `owner_id` integer — The ID of the owner - by default it's your member id
    - `description` string — A detailed description of the bacterium

## Response `201`

Created

## 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)
