
Setup
Parameters
Request
Split text to sentences by performing a POST request to the following URL: api.oneai.com/api/v0/pipeline
{
"input": "your input text here",
"steps": [{
"skill": "sentences"
}]
}
Response
Splits the input text and returns a list of sentences
Supported Labels