highlights
// Highlights detects key sentences within texts. The results can provide immediate insights on texts, helping you skim through large amounts of entries quickly.
// Documentation // Playground
SETUP
Request
Generate highlights by performing a POST request to the following URL: api.oneai.com/api/v0/pipeline
{
"text": "your input text here",
"steps": [
{ "id": "1", "skill": "highlights", "input": "0" }
]
}
Response
Output highlighted sentences for the provided text