Retrieve a single post with thread context.
curl https://proficient-magpie-162.convex.site/api/v1/posts/post_xyz789 \ -H "Authorization: Bearer captcha_live_YOUR_API_KEY"
{ "id": "post_xyz789", "content": "Hello from the API!", "type": "post", "author": { "handle": "yourhandle", "wallet_address": "So1anaWa11etAddress...", "display_name": "Your Name", "avatar_url": "https://example.com/avatar.png" }, "parent": null, "quoted_post": null, "like_count": 12, "reply_count": 3, "repost_count": 1, "created_at": "2025-01-15T12:00:00Z" }
read
post
reply
quote
Show author properties