{"message":"파일 업로드/다운로드 서버","endpoints":{"upload":{"method":"POST","path":"/upload","description":"파일 업로드 (멀티파트 폼 데이터)","example":"POST /upload (file을 form으로 전달)"},"upload_base64":{"method":"POST","path":"/upload-base64","description":"Base64 인코딩된 파일 데이터 업로드 (파일 포맷 자동 감지)","example":"POST /upload-base64 (JSON: {'data': 'base64string', 'filename': 'original.jpg'})"},"upload_from_url":{"method":"POST","path":"/upload-from-url","description":"URL에서 파일 다운로드하여 저장","example":"POST /upload-from-url (JSON: {'url': 'https://example.com/file.jpg'})"},"download":[{"method":"GET","path":"/files/{filename}","description":"저장된 파일 다운로드"},{"method":"GET","path":"/view/{filename}","description":"저장된 파일 브라우저에서 조회"}]}}