Keywords

Discover the most relevant words and phrases in text
//

Keyword detection is the process of extracting important words or terms from a document, article, or conversation. Use-cases for keyword detection include identifying important keywords in resumes during recruitment process, analyzing customer feedback to identify common issues, or tracking mentions of a company or brand in the news.

//

The Keywords 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.

Setup

Request

Detect keywords by performing a POST request to the following URL: api.oneai.com/api/v0/pipeline { "input": "your input text here", "steps": [{ "skill": "keywords" }] }

Response

Returns a list of keywords extracted from the input