Files
File upload, download, and management
📄️ Download file via public link
Download a file using a time-limited public token. No authentication required.
📄️ Upload a file
Upload a media file (image, video, audio, or font) to the platform
📄️ Validate an image file
Validate an image file's format and metadata without uploading it
📄️ Validate a video file
Validate a video file's format and metadata without uploading it
📄️ Validate an audio file
Validate an audio file's format and metadata without uploading it
📄️ Get supported file types
Retrieve a list of all supported file types grouped by category
📄️ Download a file
Download a file by its ID. Only the user who uploaded the file can download it.
📄️ Generate public download link
Generate a time-limited public download link for a file. Only the file owner can generate links.
📄️ Get file metadata
Retrieve metadata for a specific file
📄️ Delete a file
Delete a file and its associated metadata. Only the file owner can delete it.
📄️ List user files
Get a paginated list of files uploaded by the authenticated user