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
Posting
The one-liner endpoint, the JSON fan-out, scheduling and cancelling.
Idempotency
Make a retry safe with an Idempotency-Key.
Webhooks
post.sent and post.failed events, the delivery log, and signature verification.
MCP for agents
The hosted MCP server and its five tools.
For AI agents
Setup blocks for Claude Code, Cursor and any MCP client, and why to build against the sandbox.
#Reference
API reference
Every endpoint, generated from the OpenAPI spec.
Errors
Every error code, what it means and what to do about it.
Rate limits and request ids
60 per minute, the headers that tell you where you are.
Plans and X fees
Per account billing, unlimited posts, and the flat X per-post fees.
OpenAPI
The spec these docs are generated from.
Changelog
What shipped and when.
#Tools and platforms
#Looking for a walkthrough?
The guides are step-by-step integrations by platform and stack. These docs are the reference.