---
title: "create user quick reply"
method: POST
path: "/user/quick_reply"
tags: ["user_quick_reply"]
---

# create user quick reply

`POST /user/quick_reply`

## Request body

- SvcUserQuickReplyReq
  - `content` string, required
  - `name` string, required

## Response `200`

OK

- object
  - `data` integer
  - `err` string
  - `msg` string
  - `success` boolean
  - `trace_id` string

---

[API](https://skmtc.dev/chaitin/apis/koalaqa-api.md) · [All operations](https://skmtc.dev/chaitin/apis/koalaqa-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/chaitin/koalaqa-api/revisions/29abcc05d9fd/schema)
