posts

Get post by ID

Retrieve detailed information about a specific post

get/v1/posts/{postId}

Path parameters

postIdstring required

Unique identifier of the post

Response

Post details retrieved successfully

idstring required

Unique identifier for the post

titlestring required

Title of the post

imageUrlstring uri

Optional URL to the post's main image

publishedAtstring date-time

ISO 8601 timestamp when the post was published

updatedAtstring date-time

ISO 8601 timestamp when the post was last updated

subtitlestring

Optional subtitle or brief summary

slugstring required

URL-friendly identifier for the post; accessible at paragraph.com/@[publicationSlug]/[slug]

staticHtmlstring required

Rendered HTML content of the post

jsonstring required

TipTap JSON representation of the post content structure. This is the source of truth that the staticHtml and markdown is generated from

markdownstring required

Markdown source of the post content

coinIdstring

ID of the associated coin, if the post is coined

Changes