GET /api/user/files/:id
Retrieve detailed information about a specific file by ID or name.Path Parameters
The file ID or file name to retrieve. Both the unique file ID (
clxyz123) and the file name on server (abc123.png) are accepted.Response
Unique file identifier
File name on server
Original name of the uploaded file
File size in bytes
MIME type of the file
Number of times the file has been viewed
Maximum allowed views before deletion.
null means unlimited.Whether the file is marked as favorite
Whether the file is password-protected
ID of the folder containing this file.
null if not in a folder.ISO 8601 timestamp of file creation
ISO 8601 timestamp of last update
ISO 8601 timestamp of scheduled deletion.
null if no deletion is scheduled.Full URL to access the file
Thumbnail information if available
Array of tag objects associated with this file
Example Response
Error Responses
404 Not Found
The file does not exist, or you don’t have permission to access it.