keywords
// The Keyword Detection Skill locates and labels essential words within text. The results can help to tag articles and tickets or analyze large amounts of data to determine which keywords appear frequently.
// Documentation // Playground
SETUP
Request
Generate keywords by performing a POST request to the following URL: api.oneai.com/api/v0/pipeline
{
"text": "your input text here",
"steps": [
{ "id": "1", "skill": "keywords", "input": "0" }
]
}
Response
Outputs keyword labels for the provided text