Fedpost Web
Proxy API for the Fedpost mobile app. Posts from the phone are sent here, then published to Bluesky, Mastodon, and future channels.
Endpoints
GET /api/health— service checkPOST /api/publish— publish a draft to selected accountsPOST /api/chat/messages— fetch Matrix room messages (Element)POST /api/chat/send— send a Matrix chat messagePOST /api/matrix/login— log in to Matrix and get an access token
Set FEDPOST_API_KEY in Vercel, then enter the same key and your deployment URL in Fedpost → Accounts → Proxy mode.