The response schema provides the outcome of a file upload including file metadata, storage details, and the status of the upload.
Fields
file_name
StringThe name of the file that was uploaded.
file_path
StringThe path to the file in the storage location.
content_type
StringThe content type of the file.
namespace
StringThe namespace associated with the file.
size
IntThe size of the file in bytes.
upload
UploadUpload details for the file.
cdn
CDNCDN details for the uploaded file.
tags
[String]Tags associated with the file.
Was this section helpful?