Skip to main content
POST
Fetch Text

Description

Returns the visible text content of a specific node, stripped of HTML markup.

Authentication

Open-source deployments do not require authentication by default. If your server config enables X-API-Key, include that header with the request.

Path Parameters

id
string
required
The browser ID returned from Create Session.

Request Body

node_id
integer
required
Node ID from the UI map to fetch text from.

Response

text
string
The visible text content of the matched node.

Example