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
Example response
[
{
"identifier": "NqIvMvZl",
"organization": "mEFayXdO",
"extractor": "resume"
}
]