LinkedIn

Publish to LinkedIn with one API call

Publishing to LinkedIn profiles is live. Create, update, and delete posts with text, images, video, and multi-image carousels through the same unified endpoint you already use for every other platform. Organization Page publishing and comment management are coming soon.

Free tier available
Instant API key
MCP server included

What you can do with LinkedIn.

Coming soon

Comments

Read, reply to, like, and delete comments on your LinkedIn Organization Page posts. Coming soon, pending LinkedIn Community Management API approval.

Supported

Profile publishing

Publish text, images, video, and multi-image carousels to your LinkedIn profile (personal profile). Update and delete your posts through the same unified endpoint. Organization (company) Page publishing is coming soon.

See it in action.

Publish a post to LinkedIn

api.social-api.ai
1curl -X POST https://api.social-api.ai/v1/posts \
2  -H "Authorization: Bearer <your-api-key>" \
3  -H "Content-Type: application/json" \
4  -d '{
5    "account_id": "<account-id>",
6    "text": "We just shipped our new API. Here is what changed and why it matters for developers.",
7    "media_urls": ["https://yourcdn.com/image.jpg"]
8  }' | jq
9
10# Response
11{
12  "id": "<post-id>",
13  "status": "published",
14  "platforms": {
15    "linkedin": {
16      "status": "published",
17      "platform_post_id": "urn:li:share:7..."
18    }
19  }
20}

Publish to LinkedIn with the same unified endpoint you already use for Instagram, Facebook, and every other platform.

Why developers love LinkedIn on SocialAPI.ai

1

Multi-format publishing to your profile

Publish text posts, image posts, video posts, and multi-image carousels to your LinkedIn profile through the unified publishing endpoint. SocialAPI.ai handles LinkedIn's asset registration and upload flow for each format, plus scheduling for future publication. You can also update post text and delete posts.

2

Organization Page comment management

Coming soon: read all comments on your Page posts through one paginated endpoint, reply to comments to engage your professional audience, like them, and delete inappropriate ones. SocialAPI.ai will translate LinkedIn's URN-based comment model into the same simple JSON schema used across all platforms. This arrives with LinkedIn Community Management API approval.

3

Versioned API handling

LinkedIn's API uses versioned headers that change periodically. SocialAPI.ai manages API version compatibility, URN encoding, and the LinkedIn-specific media upload protocol behind a stable REST interface. Your integration works the same regardless of LinkedIn API version changes.

FAQ

Frequently asked questions.

What can I do with LinkedIn today?

You can publish posts to LinkedIn as the authenticated individual member: text, images, video, and multi-image carousels, plus updating post text and deleting posts. Comment management (read, reply, like, delete) for Organization Pages is coming soon, pending LinkedIn Community Management API approval.

Does LinkedIn use the same API endpoints as other platforms?

Yes. LinkedIn uses the same unified /v1/posts endpoint for publishing that you already use for other platforms. When comment management launches, it will use the same /v1/inbox/comments endpoints, with LinkedIn-specific URNs resolved to readable IDs behind the scenes.

Will I need my own LinkedIn Developer app?

No. You connect your LinkedIn account through SocialAPI.ai's managed OAuth flow, just like every other platform. SocialAPI.ai manages the LinkedIn Developer app review and credentials on your behalf.

Is LinkedIn available on the free tier?

Yes. LinkedIn is included in all SocialAPI.ai plans, including the free tier. The same pricing model applies: reads are free, and posts and interactions count against your monthly limits.

Can I post to a LinkedIn Organization (company) Page?

Not yet. Today, publishing posts as the authenticated individual member (personal profile) is live. Posting to Organization Pages and managing Page comments are coming soon, pending LinkedIn Community Management API approval.

Get started today

Ready to unify your social interactions?

Free tier available · No credit card required · Ships with MCP server

We use essential cookies for security, and analytics cookies with your consent. Privacy Policy.