Upload a zip archive and extract it

Upload a zip file and extract its contents to the specified destination path.

POST/browsers/{id}/fs/upload_zip

Upload a zip file and extract its contents to the specified destination path.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Browser session ID

Request Body

multipart/form-data

TypeScript Definitions

Use the request body type in TypeScript.

Response

Zip uploaded and extracted successfully

no response body.
curl -X POST "https://example.com/browsers/string/fs/upload_zip" \  -F zip_file="string" \  -F dest_path="string"
Empty