input_object

StartUploadReqInput

The request schema for initiating a file upload includes the file metadata such as name, content type, size, and optional tags.
Fields
file_name
String!
Required
The name of the file to be uploaded.
content_type
String!
Required
The MIME type or content type of the file to be uploaded.
size
Int!
Required
The size of the file in bytes.
Optional tags associated with the file for categorization or identification purposes.
Additional parameters for file processing and storage location.