curl --request POST \
--url https://public.raze.bot/api/upload \
--header 'Content-Type: multipart/form-data' \
--form image='@example-file'{
"success": true,
"url": "https://public.raze.bot/api/uploads/a1b2c3d4-e5f6.png",
"filename": "a1b2c3d4-e5f6.png",
"deleteAt": "2026-03-22T12:00:00.000Z"
}curl --request POST \
--url https://public.raze.bot/api/upload \
--header 'Content-Type: multipart/form-data' \
--form image='@example-file'{
"success": true,
"url": "https://public.raze.bot/api/uploads/a1b2c3d4-e5f6.png",
"filename": "a1b2c3d4-e5f6.png",
"deleteAt": "2026-03-22T12:00:00.000Z"
}Image file (JPEG, PNG, GIF, SVG — max 2MB)