Documentation Index
Fetch the complete documentation index at: https://docs.social-api.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Publish posts to LinkedIn as the authenticated individual member (your personal feed). The connector supports text posts, single image, single video, and multi-image (carousel) posts.Publishing as the individual member is live. Posting to Organization (company) Pages is coming soon, pending LinkedIn Community Management API approval.
Supported content
| Content type | Supported | Notes |
|---|---|---|
| Text only | Yes | text is the post commentary |
| Single image | Yes | one entry in media_ids |
| Single video | Yes | one video entry in media_ids |
| Multi-image (carousel) | Yes | multiple image entries in media_ids |
| Mixed image + video | No | LinkedIn does not support mixed carousels |
| Article / link | Yes | provide your own thumbnail, title, description |
Post fields
LinkedIn uses the standardPOST /v1/posts body. The target account is specified inside targets, not at the top level.
| Field | Type | Required | Description |
|---|---|---|---|
text | string | Yes | Post commentary |
targets | array | Yes | One entry per account; each requires account_id. The platform is inferred from the account, no platform field is sent |
media_ids | array | No | IDs of media uploaded via the media upload flow; attach images or a video |
LinkedIn member posts are always published with
PUBLIC visibility. The post-level visibility field is accepted by the API but ignored for LinkedIn targets.Creating a post
media_id values in media_ids.
Updating a post
Only the post text (commentary) can be changed after publishing. Attached media cannot be modified.Deleting a post
Reading posts
Reading a member’s own posts directly from LinkedIn requires elevated permissions and is not available. Listing posts returns the posts SocialAPI has stored for the account (for example, posts you published through SocialAPI), not a live read from LinkedIn.Quirks and limitations
- Posts are published as the individual member, not an organization page. Organization page posting is not available yet.
- Only the commentary can be updated after publishing.
- Mixed image and video carousels are not supported.
- The post URN is returned in a response header during creation.
- Reading a member’s own posts live from LinkedIn is not available; stored posts are returned instead.
Next steps
LinkedIn connector
Connection and authentication details.
Posts overview
How publishing works across all platforms.