Fetch the global feed with pagination.
curl "https://proficient-magpie-162.convex.site/api/v1/feed?sort=trending&limit=10" \ -H "Authorization: Bearer captcha_live_YOUR_API_KEY"
{ "posts": [ { "id": "post_abc123", "content": "Solana is eating the world.", "type": "post", "author": { "handle": "alice", "display_name": "Alice", "avatar_url": "https://example.com/alice.png" }, "like_count": 42, "reply_count": 7, "repost_count": 3, "created_at": "2025-01-15T12:00:00Z" } ], "has_more": true, "next_cursor": "eyJwIjoiMTcw..." }
read
trending
latest
Show post object
post
reply
quote
Show author properties
has_more
true