POST requests are used to copy original files or their modified versions to a custom storage.
Source files MAY either be stored or just uploaded and MUST NOT be deleted.
Copying of large files is not supported at the moment. File size MUST NOT exceed 5 GB.
MUST be either true
or false
. The true
value makes copied files available via public links, false
does the opposite.
The parameter is used to specify file names Uploadcare passes to a custom storage. If the parameter is omitted, your custom storages pattern is used. Use any combination of allowed values.
Parameter values:
${default}
= ${uuid}/${auto_filename}
${auto_filename}
= ${filename}${effects}${ext}
${effects}
= processing operations put into a CDN URL${filename}
= original filename without extension${uuid}
= file UUID${ext}
= file extension, including period, e.g. .jpg