{"name":"File Server API","version":"1.0.0","endpoints":{"upload":{"method":"POST","path":"/upload","description":"파일 업로드 또는 URL에서 파일 다운로드","examples":{"file_upload":"POST /upload (multipart/form-data로 file 전송)","url_download":"POST /upload?url=https://example.com/file.jpg"}},"download":{"method":"GET","path":"/files/{filename}","description":"파일 다운로드"},"view":{"method":"GET","path":"/view/{filename}","description":"파일을 브라우저에서 조회"},"health":{"method":"GET","path":"/health","description":"서버 상태 확인"}}}