
Setup
Parameters
Request
Extract highlights from texts by performing a POST request to the following URL: api.oneai.com/api/v0/pipeline
{
"input": "your input text here",
"steps": [{
"skill": "highlights"
}]
}
Response
Returns a list of highlighted sentences extracted from the text
Supported Labels