김인턴
APIReferenceBrowser

browser_snapshot

Read the current browser page structure and return stable interactive references for inspection and control. `read` · v2

POST
/tools/browser_snapshot/invoke

Authorization

memberToken
AuthorizationBearer <token>

Tokens

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

text/plain

text/plain

text/plain

text/plain

curl -X POST "https://example.com/tools/browser_snapshot/invoke" \  -H "Content-Type: application/json" \  -d '{    "input": {}  }'
{  "toolName": "string",  "status": "string",  "content": "string",  "isError": true,  "message": "string",  "errorCode": "string",  "retryable": true,  "result": null}