---
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
  - `id` integer
  - `category` Category
    - `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

## Changes

- **2018-11-01** `cf53a96f0da1` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/sodafoundation/apis/soda-multi-cloud-api/changes/pet/post.md)

---

[API](https://skmtc.dev/sodafoundation/apis/soda-multi-cloud-api.md) · [All operations](https://skmtc.dev/sodafoundation/apis/soda-multi-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sodafoundation/soda-multi-cloud-api/revisions/cf53a96f0da1/schema)
