v1

latestOpenAPI 3.0.3MIT2026-08-04143307364.8 KB
Document API - Splitting

Get list of all document splitters

Returns all the document splitters visible to the user.

get/v3/document_splitters

Query parameters

offsetinteger

The number of documents to skip before starting to collect the result set.

limitinteger
Example:20

The numbers of results to return.

organizationstring

Uniquely identify an organization.

Example:mEFayXdO

Filter by organization.

include_publicboolean

Allows you to include public splitters in the response when you're filtering by organization.

Response

All documents splitters

identifierstring required

Uniquely identify a document splitter.

namestring required
type'llm' | 'llm_v2' | 'extractor' | 'keyword' required

The different types of document splitters

organizationstring required

Uniquely identify an organization.

extractorstring required

Uniquely identify an extractor.

llmHintstring nullable required

The hint about when to split which is passed into the LLM prompt.

Example response

[
  {
    "identifier": "NqIvMvZl",
    "organization": "mEFayXdO",
    "extractor": "resume"
  }
]