yeetpost

Docs

yeetpost API

Post to LinkedIn, X and Bluesky from one HTTP call. More platforms are landing.

#The whole thing

You connect accounts once in the dashboard, then post to them by slug. No SDK required, no OAuth dance in your app.

curl -X POST "https://api.yeetpost.com/api/v2/post/linkedin" \
  -H "x-api-key: $YEETPOST_API_KEY" \
  -H "content-type: text/plain" \
  -d 'shipped the new api docs today'

Keep going in the quickstart, or jump straight to the API reference.

#The facts

base url

https://api.yeetpost.com/api/v2

auth

x-api-key

rate limit

60 / min

mcp

https://api.yeetpost.com/api/v2/mcp

LinkedIn, X and Bluesky are the platforms you can post to today. Everything is addressed by connection slug: linkedin, x, alexdoe_linkedin. GET /connections lists yours.

#Start here

#Posting

#Reference

#Tools and platforms

#Looking for a walkthrough?

The guides are step-by-step integrations by platform and stack. These docs are the reference.