{"name":"VibeDrop API","version":"1.0.1","endpoints":{"health":{"method":"GET","path":"/api/health","description":"Check API health status"},"createMultipart":{"method":"POST","path":"/api/create-multipart","description":"Initialize multipart upload"},"signPart":{"method":"POST","path":"/api/sign-part","description":"Get signed URL for part upload"},"completeMultipart":{"method":"POST","path":"/api/complete-multipart","description":"Complete multipart upload"},"createMetadata":{"method":"POST","path":"/api/create-metadata","description":"Create file metadata"},"getMetadata":{"method":"POST","path":"/api/get-metadata","description":"Get file metadata"},"getDownloadUrl":{"method":"POST","path":"/api/get-download-url","description":"Get signed download URL"},"listFiles":{"method":"GET","path":"/api/list-files","description":"List all files"},"deleteFile":{"method":"DELETE","path":"/api/delete-file","description":"Delete a file"},"cleanExpired":{"method":"POST","path":"/api/clean-expired","description":"Clean up expired files"},"getUploadUrl":{"method":"POST","path":"/api/get-upload-url","description":"Get signed upload URL"},"updateMetadata":{"method":"POST","path":"/api/update-metadata","description":"Update file metadata"},"abortMultipart":{"method":"POST","path":"/api/abort-multipart","description":"Abort multipart upload"}}}