---
title: "Creates a new quote"
method: POST
path: "/quotes"
tags: ["quote-operations"]
---

# Creates a new quote

`POST /quotes`

Adds a new quote to the data store.

## Request body

- Quote
  - `id` integer
  - `author` string
  - `quote` string

## Response `201`

Quote created successfully

- Quote
  - `id` integer
  - `author` string
  - `quote` string

## Other responses

- `500` — Internal server error

---

[API](https://skmtc.net/google/apis/quote-api.md) · [All operations](https://skmtc.net/google/apis/quote-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/quote-api/versions/4359031ab455/schema)
