> ## Documentation Index
> Fetch the complete documentation index at: https://docs.parsimmon.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Split Reserved



## OpenAPI

````yaml /openapi.json post /v1/split
openapi: 3.1.0
info:
  description: Application-layer API for the Parsimmon document parsing service.
  title: Parsimmon Platform API
  version: 0.1.0
servers: []
security: []
paths:
  /v1/split:
    post:
      tags:
        - public
      summary: Split Reserved
      operationId: split_reserved_v1_split_post
      responses:
        '200':
          content:
            application/json:
              schema: {}
          description: Successful Response

````