Serverless
Files
Upload local file (multipart/form-data)
Uploads a local file using multipart/form-data. The file field name must be file_upload.
post/serverless/files/file/local/{target_path}
Path parameters
target_pathstring required
Target path (including filename)
Example:datasets/images/cat.jpg
Target path (including filename)
Query parameters
unzipboolean nullable
If true and the uploaded file is a ZIP, it will be extracted
If true and the uploaded file is a ZIP, it will be extracted
Response
Upload completed
boolean required
Indicates whether the operation was successful
Changes
No recorded changes to this endpoint across all 2 revisions of this API.