Split resource that can later be retrieved via GET /v1/splits/{split_id} or listed via GET /v1/splits.
name, optional description, optional partition_key, and allow_multiple_instances (when true, the split runs an extra vision-based refinement pass for repeated instances).8.true, bypass the cache and re-run the split.id, filename, mime_type.likelihoods, choices).The document to split
The subdocuments to split the document into
1The model to use to split the document
Additional context for the split operation (e.g., iteration context from a loop)
Number of consensus split runs to perform. Uses deterministic single-pass when set to 1.
1 <= x <= 8If true, skip the LLM cache and force a fresh completion
Successful Response
Backend-internal split with organization scoping.
Information about the split file
Model used for the split operation
Subdocuments used for the split operation
The list of document splits with their assigned pages
Organization ID of the user or application
Unique identifier of the split
Number of consensus votes used
Additional context supplied with the split request
Consensus metadata for multi-vote split runs
Usage information for the split operation