GET
/browsers/{id}/fs/download_dir_zipReturns 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 Body
application/zip
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/browsers/string/fs/download_dir_zip?path=string""string"{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}