v1

latestOpenAPI 3.1.02026-07-24318141.2 MB

Create a Sticker

post/stickers/

Request body

shortcodestring required

Keyboard shortcode for the Sticker

filestring binary required

The Sticker image file

pack_idstring required

The ID of the Sticker Pack to associate the Sticker

Response

201

idstring
urlstring
pack_idstring
pack_urlstring
pack_namestring
shortcodestring
filestring
mimetypestring

Example response

{
  "id": "1443f975-5df6-455e-9293-4775d2c32fa7",
  "url": "https://cf-blast.livelikecdn.com/api/v1/stickers/1443f975-5df6-455e-9293-4775d2c32fa7/",
  "pack_id": "6e5b25aa-5d33-459e-8112-af91f11ce95a",
  "pack_url": "https://cf-blast.livelikecdn.com/api/v1/sticker-packs/6e5b25aa-5d33-459e-8112-af91f11ce95a/",
  "pack_name": "Raptors",
  "shortcode": "raptors1",
  "file": "https://cf-blast-storage.livelikecdn.com/stickers/d4c342e6-6c6a-4bfc-9b75-8635a9f7a9c3.png",
  "mimetype": "image/png"
}