upload
Uploads a file to the API.
Return
The uploaded file.
Parameters
file
The file to upload.
config
The configuration for the upload.
Uploads a file to the API.
Return
The uploaded file.
Parameters
bytes
The bytes of the file to upload.
config
The configuration for the upload.
Uploads a file to the API.
Return
The uploaded file.
Parameters
input Stream
The input stream of the file to upload.
size
The size of the file to upload.
config
The configuration for the upload.
Uploads a file to the API.
Return
The uploaded file.
Parameters
file Path
The path of the file to upload.
config
The configuration for the upload.