Batch Sticker Request

Supported stickers can be explored at table of stickers.

curl --location 'https://public-api.mirror-ai.net/v2/sticker_batch' \
--header 'Content-Type: application/json' \
--header 'X-Token: <YOUR TOKEN HERE>' \
--data '[
    {
        "face_id": <FACE_ID_1>,
        "sticker": <STICKER_NAME_1>
    },
    {
        "face_id": <FACE_ID_2>,
        "sticker": <STICKER_NAME_2>,
        "loc": "es"
    }
]'

Last updated