Serverless
Files

Upload file from URL

Creates a new file at the target path by downloading it from the provided URL.

post/serverless/files/file/url/{file}

Path parameters

filestring required

Target file path (including filename)

Example:datasets/images/cat.jpg

Target file path (including filename)

Request body

urlstring uri required

Publicly accessible URL for the file

Response

Upload initiated

boolean required

Indicates whether the operation was successful

Changes

No recorded changes to this endpoint across all 2 revisions of this API.