Skip to main content

Extract Content

POST /v1/browser/interactions/content

Extract LLM-friendly content from the current page

Parameters

NameTypeRequiredDescription
X-API-KeystringNo

Request Body

{
"$ref": "#/components/schemas/BrowserContentRequest"
}

Responses

200

Successful Response

{
"$ref": "#/components/schemas/BrowserContentResponse"
}

422

Validation Error

{
"$ref": "#/components/schemas/HTTPValidationError"
}