Are you building a chat app or bot?
Use our api to sell or offer stickers in your apps or bots.
Our api contains everything you need to integrate stickers into your chat application.
Build a sticker gallery in your app.
curl -X GET -H "Content-type: application/json" https://chatsticker.com?page=0
Build a sticker search page in your app.
curl -X GET -H "Content-type: application/json" https://chatsticker.com?term=dog?page=0
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
Get list of sticker authors
curl -X GET -H "Content-type: application/json" https://chatsticker.com/authors?page=1
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
We're busy developing these api's now.
Create a user on chatsticker.com for making purchases and sticker sets
Once you have collected payment on your side record the sticker purchase.
Use our purchase gateway to allow your users to purchase stickers.
List of stickers this user has purchased
List of keywords associated with purchased stickers for this user
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.