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 Body

application/json

application/json

application/json

application/json

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