Skip to main content
POST
Bulk upload objects
Upload multiple files in one multipart request. Each file is validated and uploaded independently, so one failed file does not stop the rest of the batch. Requires cdn:write.
string
Optional key used to replay the same successful bulk response after a retry.
file[]
required
One or more file fields. Repeated files fields are exposed as files[0], files[1] and so on in the payload.
object
required
JSON object with an items array. Each item includes fieldName, and may include path, filename and metadata.