object

CompleteUploadData

The response schema provides the outcome of a file upload including file metadata, storage details, and the status of the upload.
Fields
file_name
String
The name of the file that was uploaded.
file_path
String
The path to the file in the storage location.
content_type
String
The content type of the file.
namespace
String
The namespace associated with the file.
size
Int
The size of the file in bytes.
upload
Upload
Upload details for the file.
cdn
CDN
CDN details for the uploaded file.
Tags associated with the file.