When will LinkedIn support be available?
LinkedIn integration is on our roadmap and actively being built. Join the waitlist at social-api.ai to get notified when it launches. We will announce availability through our changelog and email list.
We are building full LinkedIn integration with Organization Page comment management and multi-format publishing (text, images, videos, documents, articles) through the same unified API. Join the waitlist to get notified when LinkedIn support launches.
Read, reply to, and delete comments on your LinkedIn Organization Page posts. Coming soon.
Publish text, images, videos, documents, and articles to your Organization Page. Coming soon.
Publish a post to a LinkedIn Page (preview)
1# Coming soon - preview of the planned API
2curl -X POST https://api.social-api.ai/v1/posts \
3 -H "Authorization: Bearer <your-api-key>" \
4 -H "Content-Type: application/json" \
5 -d '{
6 "account_id": "<account-id>",
7 "platforms": ["linkedin"],
8 "text": "We just shipped our new API. Here is what changed and why it matters for developers.",
9 "media_ids": ["<media-id>"]
10 }' | jq
11
12# Expected response
13{
14 "id": "<post-id>",
15 "status": "published",
16 "platforms": {
17 "linkedin": {
18 "status": "published",
19 "platform_post_id": "urn:li:share:7..."
20 }
21 }
22}
This is a preview of what publishing to LinkedIn will look like. The same unified endpoint you already use for Instagram, Facebook, and every other platform.
When LinkedIn support launches, you will be able to read all comments on your Page posts through one paginated endpoint, reply to comments to engage your professional audience, and delete inappropriate ones. SocialAPI.ai will translate LinkedIn's URN-based comment model into the same simple JSON schema used across all platforms.
Publish text posts, image posts, video posts, document shares (PDFs, slides), and articles to your LinkedIn Organization Page through the unified publishing endpoint. SocialAPI.ai will handle LinkedIn's asset registration and upload flow for each format, including scheduling for future publication.
LinkedIn's API uses versioned headers that change periodically. SocialAPI.ai will manage API version compatibility, URN encoding, and the LinkedIn-specific media upload protocol behind a stable REST interface. Your integration will work the same regardless of LinkedIn API version changes.
FAQ
LinkedIn integration is on our roadmap and actively being built. Join the waitlist at social-api.ai to get notified when it launches. We will announce availability through our changelog and email list.
Yes. LinkedIn will use the same unified endpoints: /v1/inbox/comments for comment management and /v1/posts for publishing. The response schema will match what you already use for other platforms, with LinkedIn-specific URNs resolved to readable IDs behind the scenes.
No. You will connect your LinkedIn Organization Page through SocialAPI.ai's managed OAuth flow, just like every other platform. SocialAPI.ai will manage the LinkedIn Developer app review and credentials on your behalf.
Yes. LinkedIn will be 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.
No. SocialAPI.ai's LinkedIn integration will support Organization Pages only. LinkedIn restricts third-party API access for personal profiles. If you need to post from a personal profile, you will need to use LinkedIn directly.
Get started today
Free tier available · No credit card required · Ships with MCP server