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

string
required
The browser ID returned from Create Session.

Request Body

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

Response

string
The visible text content of the matched node.

Example