HTML-to-Text

Analyze and extract meaning from web pages
//

The HTML Extract Article Skill analyzes HTML strings to determine their main text content. This can be used in conjunction with other Skills to analyze and extract meaning from web pages, without manually navigating to the HTML tree to find the main text content.

Setup

Parameters

Request

Extract article content from HTML string by performing a POST request to the following URL: api.oneai.com/api/v0/pipeline { "input": "your input text here", "steps": [{ "skill": "html-to-text" }] }

Response

Returns the text content extracted from the HTML string

Supported Labels