Skip to main content

A paragraph block in the Box Hub Document.

id
string
required

The unique identifier for this block.

Example:

"c9588f08-22d7-4d17-8ca9-f1e61c98c0bd"

type
enum<string>
required

The type of this block. The value is always paragraph.

Available options:
paragraph
Example:

"paragraph"

fragment
string
required

Text content of the block. Includes rich text formatting.

Example:

"This is the paragraph"

parent_id
string | null

The unique identifier of the parent block. Null for direct children of the page.

Example:

"d97f7c26-0d9b-42a1-a00d-6e6db9619e0f"