File Upload Server

Upload File

API Usage

POST /upload - Upload file

Form field name: file

Response: JSON with file URL

Example with curl:

curl -X POST -F "file=@your-file.jpg" http://localhost:3000/upload