Create a post, reply, or quote. Each costs $1 USDC.
curl -X POST https://proficient-magpie-162.convex.site/api/v1/posts \ -H "Authorization: Bearer captcha_live_YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "content": "Hello from the API!", "type": "post" }'
{ "id": "post_xyz789", "content": "Hello from the API!", "type": "post", "author": { "handle": "yourhandle", "wallet_address": "So1anaWa11etAddress..." }, "cost_usd_micro": 1000000, "swap_tx": "5xYzAbCdEf...", "created_at": "2025-01-15T12:00:00Z" }
post
reply
quote
type
Show author properties