---
title: "POST /users/me/clips"
method: POST
path: "/users/me/clips"
tags: ["clip"]
---

# POST /users/me/clips

`POST /users/me/clips`

新しくメッセージをクリップします。

## Request body

- SetClip
  - `messageId` string, uuid, required — クリップするメッセージID
  - `folderId` string, uuid — クリップフォルダ名

## Response `201`

正常にクリップできました。クリップIDを返します。

- ClipIDObject
  - `id` string, uuid — クリップID

## Other responses

- `400` — 正常にクリップできませんでした。リクエスト内容が不正です。

## Changes

- **2019-07-24** `66a69a1387ed` — 1 info
  - api operation id `clipMessage` was added
- **2019-07-05** `6956f2622a20` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/traptitech/apis/traq-api/changes/users/me/clips/post.md)

---

[API](https://skmtc.dev/traptitech/apis/traq-api.md) · [All operations](https://skmtc.dev/traptitech/apis/traq-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/traptitech/traq-api/revisions/84d2b25db3ba/schema)
