The response schema provides detailed information about the file storage path, content type, associated metadata, etc
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.
method
StringThe HTTP method to be used for uploading the file.
namespace
StringThe namespace associated with the file.
operation
StringThe operation to be performed on the storage service.
size
IntThe size of the file in bytes.
upload
UploadUpload details for the file.
tags
[String]Tags associated with the file.
Was this section helpful?