API Reference

Get URL for a sticker for given face. Supported stickers can be explored at table of stickers.

Note that sticker style must match face style used while generating the face.

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

Success - 200

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

Last updated