Skip to main content

ExtractPageToolRequest

Request body for the generic page-extraction tool endpoint.

urlUrl (string)required

HTTP or HTTPS URL to fetch and extract readable text from.

Possible values: non-empty

max_charsMax Chars (integer)

Maximum number of characters of extracted text to return.

Possible values: >= 500 and <= 50000

Default value: 12000
ExtractPageToolRequest
{
"url": "string",
"max_chars": 12000
}