Developers! Developers! Developers!

Are you building a chat app or bot?

Use our api to sell or offer stickers in your apps or bots.

chatsticker.com api

Our api contains everything you need to integrate stickers into your chat application.

All stickers

Build a sticker gallery in your app.

curl -X GET -H "Content-type: application/json" https://chatsticker.com?page=0

Search Stickers

Build a sticker search page in your app.

curl -X GET -H "Content-type: application/json" https://chatsticker.com?term=dog?page=0

Stickers for Keyword

When users start typing in your chat use this api to show the stickers for that keyword

curl -X GET -H "Content-type: application/json" https://chatsticker.com/keyword/hello

Sticker Authors

Get list of sticker authors

curl -X GET -H "Content-type: application/json" https://chatsticker.com/authors?page=1

Keywords Available

Build a local cache of what stickers are available per keyword to increase performance.

curl -X GET -H "Content-type: application/json" https://chatsticker.com/keywords

Coming Soon

We're busy developing these api's now.

Create App User

Create a user on chatsticker.com for making purchases and sticker sets

User Sticker Purchase

Once you have collected payment on your side record the sticker purchase.

User Sticker Purchase Auto

Use our purchase gateway to allow your users to purchase stickers.

My Stickers

List of stickers this user has purchased

My Keywords Available

List of keywords associated with purchased stickers for this user

Suggest Keyword for Sticker App

Build a custom list of stickers available to your app for purchase.

To request an api key please contact us at info@chatsticker.com

* Warning this api is under development and availble for preview only.