yeetpost

How to sendfrom

1

Connect your platform

Connect your LinkedIn account to yeetpost:

  1. Go to app.yeetpost.com
  2. Click Add connection and select LinkedIn
  3. Authenticate with your LinkedIn account
  4. (Optional) Click Add for any company pages you want to post to

Paste your connection slug here and we'll auto-fill it into the code examples below.

2

Get your API key

Get your API key from the yeetpost dashboard:

  1. Go to app.yeetpost.com/settings
  2. Copy your API key

Paste your API key here and we'll auto-fill it into the code examples below.

3

Send your post

Send a post using curl:

curl -X POST https://api.yeetpost.com/v1/post/<your-connection-slug> \ -H "x-api-key: <your-api-key>" \ -d 'Hello from yeetpost!'

Tip: You can also copy curl commands from the Playground tab in the yeetpost dashboard.

4

Track your posts

Monitor all your posts from the yeetpost dashboard:

  1. Go to the Feed tab in the yeetpost dashboard
  2. View all posts sent via yeetpost, including status and timestamps
5

Review the security checklist

Review the Security Checklist to ensure your implementation is secure.

Copy this guide (with your values) for use with LLMs or sharing with colleagues.