{"success":true,"data":{"service":"GO DataPlex","version":"1.0.0","description":"Centralized file storage service for GO SaaS ecosystem","endpoints":{"health":{"method":"GET","path":"/api/health","description":"Health check endpoint","auth":false},"upload_init":{"method":"POST","path":"/api/upload/init","description":"Initialize file upload","auth":true},"upload_complete":{"method":"POST","path":"/api/upload/complete","description":"Complete file upload and store metadata","auth":true},"download":{"method":"GET","path":"/api/download/document/{idDocument}","description":"Download a document","auth":true},"documents":{"method":"GET","path":"/api/documents","description":"List documents for an entity","auth":true},"document":{"method":"GET","path":"/api/documents/{idDocument}","description":"Get document metadata","auth":true}},"documentation":"https://github.com/go-saas/storage/docs"}}