POST/browsers/{id}/fs/upload

Allows uploading single or multiple files to the remote filesystem.

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" \  -F files="[    {      \"file\": \"string\",      \"dest_path\": \"string\"    }  ]"
Empty