Emoji Kitchen API

About:

Emoji Kitchen is a feature of Gboard which allows you to combine two emojis to make stickers.
And this API facilates you to get the stickers as image by just providing the two emojis.

Usage:

The API URL is in the format:

https://emojik.vercel.app/s/:emojis?size=<size>

16  size  512
emojis: "<emoji1|codePoint1>_<emoji2|codePoint2>"

Examples: 
        https://emojik.vercel.app/s/1f979_1f617?size=128 // using codepoints
        https://emojik.vercel.app/s/🥹_😗?size=128 // using emojis

Aliases:

For Ease of use you can also use any of the following endpoint aliases.

Author:

Created by @arnav-kr