letmepost / platforms

Platforms

Eight platforms. One endpoint.

The same POST /v1/posts body publishes everywhere. 7 platforms are live end-to-end today; the rest flip on the day their review clears, with no code change on your side.

No artificial gates

Live means published end-to-end today. In review means the publisher is shipped and tested against developer-tier accounts; approval flips it live with no code change on your side. Self-hosters can BYO platform credentials and skip our shared review entirely.

The shape never changes

Add a target, not an integration.

Every platform is one entry in the targets array. Per-platform overrides are optional; the base post just works.

publish.sh
curl -X POST https://api.letmepost.dev/v1/posts \
  -H "Authorization: Bearer $LMP_KEY" \
  -d '{
    "targets": [
      { "platform": "bluesky" },
      { "platform": "linkedin" },
      { "platform": "instagram" },
      { "platform": "pinterest" }
    ],
    "text": "Shipped multi-target publishing today.",
    "media": [{ "mediaId": "med_01HXY…" }]
  }'
More coming

The roadmap is long. Mastodon, Reddit, YouTube, Telegram, Snapchat, Google Business, and the Meta + LinkedIn + TikTok ad APIs are all under consideration. Open an issue with the platform you need next →

Connect your first account in 90 seconds.

Free during alpha. No credit card. One OAuth flow per platform and your posts go live.