> 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/api-reference.md).

# API Reference

Get URL for a sticker for given face. Supported stickers can be explored at [table of stickers.](/mirror-ai-api/get-stickers/table-of-stickers.md)&#x20;

{% hint style="warning" %}
Note that sticker style must match face style used while generating the face.
{% endhint %}

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

```powershell
curl --location 'https://public-api.mirror-ai.net/v2/sticker?face_id=<FACE_ID>&sticker=<STICKER_NAME>' \
--header 'X-Token: <YOUR TOKEN HERE>'
```

{% endtab %}
{% endtabs %}

#### Success - 200

```json
{
    "ok": true,
    "url": "https://f.mirror-ai.net/x/XbiEB7tqn9zXjbaVQhBlPSUeXwzCd6twlHKoLCoEu5l3gnPngU_f16YcLo8T92aFwqcaecr2e7RnL5TNv8L0PU-cUUBZuuV2H2BppVyO7d0"
}
```
