topic
// Topic Extraction reads texts and labels them with a set of relevant topics. Using these topics you can organize large amounts of text data, and route text entries to the right destination.
// Documentation // Playground
SETUP
Request
Generate topics by performing a POST request to the following URL: api.oneai.com/api/v0/pipeline
{
"text": "your input text here",
"steps": [
{ "id": "1", "skill": "topic", "input": "0" }
]
}
Response
Outputs a set of corresponding topics for the provided text.