> For the complete documentation index, see [llms.txt](https://mirror-ai-api-docs.gitbook.io/mirror-ai-api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mirror-ai-api-docs.gitbook.io/mirror-ai-api/get-stickers/batch-sticker-request.md).

# Batch Sticker Request

Supported stickers can be explored at [table of stickers.](/mirror-ai-api/get-stickers/table-of-stickers.md)&#x20;

{% tabs %}
{% tab title="cURL" %}

```powershell
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"
    }
]'
```

{% endtab %}
{% endtabs %}
