API Documentation

Upload files to this service using a `curl` command.

Upload Command
curl -X POST -F "file=@/path/to/your/file.jpg" /api/upload
Example Response
{
  "success": true,
  "url": "/1678886400000-file.jpg",
  "filename": "1678886400000-file.jpg"
}