Support

This website is an entirely free and ad-less service sustained without profit in mind.
Every donation is greatly appreciated!

Stripe - USD (Card, Paypal, Apple, Google, USA Bank):
https://donate.stripe.com/8x26oI2nQenr8Sv9FM1B600

Stripe - EUR (Card, Paypal, Apple, Google, EU Bank):
https://donate.stripe.com/14A7sM6E6a7bfgTdW21B601

Ko-fi (Card, Paypal):
https://ko-fi.com/MaldEntertainmentStudio

segs.lol


Settings
ShareX
Chatterino

Settings; External Tools; Image Uploader

Request URL: https://segs.lol/api/upload
Form field: file
Image link: {link}
Deletion link: {delete}
DankChat

Native Twitch chat client for mobile --
Same configuration format as Chatterino, uploader defaults to kappa.lol.

API
Upload: curl "https://segs.lol/api/upload" -F "file=@/home/supa/kappa.png"
content-type: application/json
{
    "id": "${id}",
    "ext": ".png",
    "type": "image/png",
    "checksum": "${md5}",
    "key": "${key}",
    "link": "https://segs.lol/${id}",
    "delete": "https://segs.lol/delete?${key}"
}
Delete: curl "https://segs.lol/api/delete?key=$fileKey"
content-type: application/json
{
    "success": true
}
Object: curl "https://segs.lol/api/object?id=$fileId"
content-type: application/json
{
    "id": "${id}",
    "type": "${mimetype}",
    "date": "${Number(unixUploadTimeMS)}",
    "size": "${Number(bytes)}",
    "checksums": {
        "md5": "${md5}"
    },
    "name": "${filename} (nullable)"
}

Looking for a cool song/video queue manager for your Twitch chat?
Either way, check out chat.vote/playlist!