Get Post
GET
/v1/posts/{post_id}
Returns the full post including content_markdown.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Get full post details including content.
/v1/posts/{post_id}
Returns the full post including content_markdown.
| Parameter | Type | Description |
|---|---|---|
post_id | string (UUID) | Post ID |
curl https://twixb.com/api/v1/posts/a6afb505-... \
-H "X-API-Key: twxb_your_key_here"
| Field | Type | Description |
|---|---|---|
content_markdown | string | Full post content in Markdown |