Extract Content
POST /v1/browser/interactions/content
Extract LLM-friendly content from the current page
Parameters
Name | Type | Required | Description |
---|---|---|---|
X-API-Key | string | No |
Request Body
{
"$ref": "#/components/schemas/BrowserContentRequest"
}
Responses
200
Successful Response
{
"$ref": "#/components/schemas/BrowserContentResponse"
}
422
Validation Error
{
"$ref": "#/components/schemas/HTTPValidationError"
}