New updates and improvements
POST /api/v1/files/upload
- Upload files with automatic document type detectionGET /api/v1/files
- List files with filtering and paginationGET /api/v1/files/{file_id}
- Get detailed file informationGET /api/v1/files/{file_id}/download
- Download original file contentDELETE /api/v1/files/{file_id}
- Delete files permanently/upload
endpoint is now considered legacy but remains fully functional for backward compatibility. We recommend migrating to the new Files API for enhanced features and better file management.