POST
/
tools
/
fetch-webpage

Authorizations

apiKey
string
query
required

API key passed as a query parameter

Query Parameters

sessionId
string

An optional session identifier to reference an existing running session. If provided, the tool will execute within that session.

Body

application/json
format
enum<string>
default:
markdown

The output format of the content.

Available options:
html,
markdown
url
string

The URL of the webpage to fetch content from. When left empty, the current webpage is used.

Response

200 - text/plain

The rendered content of the webpage.