# FluxShare - File exists Call to check if file exist. Endpoint: GET /apps/fluxshare/fileexists Version: 6.6.1 Security: ZelID ## Query parameters: - `file` (string, required) File name to check if exists Example: "message.txt" ## Response 200 fields (application/json): - `status` (string) Explanation of status Enum: "success", "error" - `data` (object) - `data.fileexists` (boolean) Explanation of file status