---
title: "Create a child book block by splitting at an imported content row"
method: POST
path: "/api/notebooks/{notebook}/book/blocks"
tags: ["notebook-books-controller"]
---

# Create a child book block by splitting at an imported content row

`POST /api/notebooks/{notebook}/book/blocks`

## Path parameters

- `notebook` integer, required

## Request body

- CreateBookBlockFromContentRequestFull
  - `fromBookContentBlockId` integer, required — Split the owning book block at this imported content row; that row and following rows become a new child block.
  - `structuralTitle` string — When set, used as the new block structural title (trimmed, max length enforced). Otherwise the title is derived from the first moved content block.

## Response `201`

Created

- BookFull
  - `id` integer, required
  - `bookName` string, required
  - `format` string, required
  - `createdAt` string, date-time
  - `updatedAt` string, date-time
  - `blocks` BookBlockFull[], required — Book blocks in depth-first preorder (parent before descendants, then siblings). Order matches ascending layout_sequence in persistence.
    - `id` integer, required
    - `depth` integer, required — Nesting depth in the book layout; root-level blocks are 0.
    - `title` string, required
    - `contentLocators` union[], required
      - union
        - EpubLocatorFull
          - `type` string, required
          - `href` string, required
          - `fragment` string
        - PdfLocatorFull
          - `type` string, required
          - `pageIndex` integer, required
          - `bbox` number[], required
          - `contentBlockId` integer
          - `derivedTitle` string
    - `contentBlocks` BookContentBlockFull[], required
      - `id` integer, required
      - `type` string, required
      - `pageIdx` integer
  - `notebookId` string, required

---

[API](https://skmtc.net/nerds-odd-e/apis/openapi-definition.md) · [All operations](https://skmtc.net/nerds-odd-e/apis/openapi-definition/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nerds-odd-e/openapi-definition/versions/f04215d476a6/schema)
