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