Download a directory as a ZIP archive

Returns a ZIP file containing the contents of the specified directory.

GET/browsers/{id}/fs/download_dir_zip

Returns a ZIP file containing the contents of the specified directory.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Browser session ID

Query Parameters

path*string

Absolute directory path to archive and download.

Match^/.*

Response

application/zip

ZIP archive of the requested directory

response?file
Formatbinary
curl -X GET "https://example.com/browsers/string/fs/download_dir_zip?path=string"
"string"