Upload with an upload URL
FiveMesh CDN
Upload with an upload URL
Upload files through a scoped URL without sending a service key.
POST
Upload with an upload URL
Upload one or more files to a scoped upload URL created by
If the upload URL was created with
GET /presigned-url.
No service key is required. Send a multipart form body to the returned uploadUrl.
Upload token from the
uploadUrl.File to upload. Multiple files are allowed when the URL was created with
maxFiles greater than 1.Optional destination folder. If omitted, the upload uses the
path from the created URL. When provided, it must stay inside the URL path lock.Optional stored filename.
Optional metadata when the URL was created with
allowCustomMetadata=true.path=screenshots, this request stores a.png under screenshots/a.png.
For a single file, the response contains object. For multiple files, the response contains results.