---
title: "POST /quote"
method: POST
path: "/quote"
tags: ["Private Quotes"]
---

# POST /quote

`POST /quote`

Add a new quote to your private collection. Same as 'PUT' but added since some clients don't handle PUT well.

## Query parameters

- `quote` string, string, required
- `author` string, string
- `tags` string, string
- `language` string, string

## Response `200`

200  response

## Other responses

- `401` — 401 response

---

[API](https://skmtc.net/quotes/apis/they-said-so-quotes-api.md) · [All operations](https://skmtc.net/quotes/apis/they-said-so-quotes-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/quotes/they-said-so-quotes-api/revisions/c6aaaf6f33b1/schema)
