---
title: "Add a new pet to the store"
method: POST
path: "/pet"
tags: ["pet"]
---

# Add a new pet to the store

`POST /pet`

## Request body

- Pet — A pet for sale in the pet store
  - `id` integer
  - `category` Category — A category for a pet
    - `id` integer
    - `name` string
  - `name` string, required
  - `photoUrls` string[], required
  - `tags` Tag[]
    - `id` integer
    - `name` string
  - `status` 'available' | 'pending' | 'sold' — pet status in the store

## Other responses

- `405` — Invalid input

---

[API](https://skmtc.dev/openapitools/apis/openapi-petstore.md) · [All operations](https://skmtc.dev/openapitools/apis/openapi-petstore/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openapitools/openapi-petstore/revisions/d8af387ab4d0/schema)
