upload
Uploads a file to the API.
Return
The uploaded file.
Parameters
byte Array
The byte array of the file to upload.
config
Optional configuration for the upload.
Uploads a file to the API.
Return
The uploaded file.
Parameters
channel
The ByteReadChannel of the file to upload.
size
The size of the file to upload.
config
Optional configuration for the upload.