Skip to main content
The Inbox (Starter+) aggregates comments from connected accounts so you can read and reply without opening each network.

Capabilities

  • List recent comments across platforms
  • Fetch replies for a comment thread
  • Reply as the connected Page / profile
  • Optional AI-assisted reply generation in the app

REST

# List comments
curl "https://backend.postsiva.com/unified/comments?limit=20" \
  -H "X-API-Key: psk_live_YOUR_KEY"

# Reply
curl -X POST "https://backend.postsiva.com/unified/comments/reply" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: psk_live_YOUR_KEY" \
  -d '{"platform":"linkedin","comment_id":"...","text":"Thanks for the feedback!"}'
Full reference: Comments API.

AI Watcher

For automated monitoring, lead detection, and auto-replies on specific posts, see AI Watcher (/unified/ai-autoreplier/*, Pro).

Plan gate

Requires inbox_enabled (Starter / Pro).