POST /upload
Form fields:
image (required)password (optional – hebt Größe/Format-Limits auf)Response:
{
"success": true,
"url": "https://img.varialbe.xyz/uploads/<hash>-<salt>.ext"
}
POST /hash
Form fields:
image (required)password (optional)Response:
{
"hash": "<hash>-<salt>"
}