/v1/blogs/{subdomain}/posts/{slug}Returns the full content of a single published post identified by its slug.
The content field contains the raw Markdown source. The contentFormat
field is always markdown in the current API version.
Returns 404 if the post does not exist, has not been published yet, or belongs to a different blog.
subdomainpathstringrequiredalice for alice.writizzy.com)slugpathstringrequiredslug field in the post list)idstringrequiredtitlestringrequiredslugstringrequiredexcerptstringoptionalcontentstringrequiredcontentFormatcontentFormatstringrequiredcontent field. Currently always markdown.publishedAtstring (date)optionalupdatedAtstring (date-time)requiredcoverImageUrlstringoptionalurlstringrequiredaccessModestringrequiredclapsinteger (int64)requiredtagsobject[]requirednamestringrequiredslugstringrequiredtag query parameter when filtering postsauthorsobject[]requirednamestringrequiredavatarUrlstringoptionalshortBiostringoptional/v1/blogs/{subdomain}/posts/{slug}curl -X GET \
-H "Accept: application/json" \
"https://api.writizzy.com/v1/blogs/<subdomain>/posts/<slug>"