API Reference
Fetch webpage content
This endpoint retrieves the HTML content of a specified webpage, processes it to extract plain text, and returns the formatted text content.
POST
/
tools
/
fetch-webpage
Authorizations
apiKey
string
queryrequiredAPI key passed as a query parameter
Query Parameters
sessionId
string
An optional session identifier existing sessions.
Body
application/json
url
string
The URL of the webpage to fetch content from.
Response
200 - application/json
text
string
The extracted and formatted text content of the webpage.