Skip to main content

Extract Resources

Extract the contents of a zip archive to a specified directory.

Endpoint

POST https://mysite.files.com/api/v2/resources/extract

Replace mysite.files.com with your site address.

Request Body Schema

NameData TypeNotes
resourcestringThe archive (zip) file to extract. Specify either as the complete path (e.g. my/folder/file.zip) or with the internal resource ID (e.g. id:31415926535)
parentResourcestringRequired. The folder the items will be placed in.
Specify as either the complete path (e.g. my/sub/folder) or as a resource ID (e.g. id:66260702)