📘 Image CDN – API Documentation

1. Upload File

POST /upload

Form fields:

Response:

{
  "success": true,
  "url": "https://img.varialbe.xyz/uploads/<hash>-<salt>.ext"
}
      

2. Get Hash Only

POST /hash

Form fields:

Response:

{
  "hash": "<hash>-<salt>"
}