Read file contents

GET/browsers/{id}/fs/read_file

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Browser session ID

Query Parameters

path*string

Absolute file path to read.

Match^/.*

Response

application/octet-stream

File read successfully

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