---
title: "Create a Sticker"
method: POST
path: "/stickers/"
---

# Create a Sticker

`POST /stickers/`

## Request body

- object
  - `shortcode` string, required — Keyboard shortcode for the Sticker
  - `file` string, binary, required — The Sticker image file
  - `pack_id` string, required — The ID of the Sticker Pack to associate the Sticker

## Response `201`

201

- object
  - `id` string
  - `url` string
  - `pack_id` string
  - `pack_url` string
  - `pack_name` string
  - `shortcode` string
  - `file` string
  - `mimetype` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/livelike/apis/engagement-suite.md) · [All operations](https://skmtc.net/livelike/apis/engagement-suite/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/livelike/engagement-suite/revisions/f3171d1c30f7/schema)
