Skip to main content
GET
/
v1
/
api
/
splitters
List All Splitters
curl --request GET \
  --url https://dev-knowledge-store.actualize.ae/v1/api/splitters
[
  {
    "name": "<string>",
    "description": "<string>",
    "configOptions": {}
  }
]

Response

200 - application/json

Successful Response

name
string
required

The name of the splitter with a minimum length of 5 characters.

Minimum length: 5
description
string
required

A required description of the splitter with a minimum length of 15 characters.

Minimum length: 15
configOptions
object
required

The configuration options for the splitter.