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.
tags
[String]Optional tags associated with the file for categorization or identification purposes.
params
FileUploadParamsInputAdditional parameters for file processing and storage location.
Was this section helpful?