Chapters

Segment your text according to different topics
//

The Topic Split Skill divides texts into segments by discussed topics. Using this Skill, you can get an overview of documents and conversations, and analyze them by topic.

Setup

Parameters

Request

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

Response

Splits the text into sections by topic, generates a headline per section & returns the created sections

Supported Labels