The MIME type of the uploaded file (e.g., image/jpeg, video/mp4, audio/mpeg).Example:
image/jpegThe original filename of the uploaded file, including its file extension.Example:
document.pdfThe unique identifier for the file.Example:
file_xxxxxxxxxxxxxThe file size in bytes. Null if the file has not finished uploading.Example:
123.45The current upload status of the file (e.g., pending, ready).Available options:
pending, processing, ready, failedThe URL for accessing the file. For public files, this is a permanent CDN URL.
For private files, this is a signed URL that expires. Null if the file has not
finished uploading.
Whether the file is publicly accessible or requires authentication.Available options:
public, private
