Providers
LinkedIn | LynCut API
Share videos on LinkedIn — member posts and organization pages.
LinkedIn integration
LinkedIn video publishing through the Posts API: member feed videos and organization page posts with commentary.
Key capabilities
- Member posts — publish to the connected member's feed.
- Organization posts — post as a Page when the token has org scopes.
- Commentary text — post body with the video.
Use cases
- Publish product demos to a company Page.
- Share founder-cut clips on a personal profile.
Publish to LinkedIn
curl -X POST "https://api.lyncut.com/v1/publishing/jobs" \
-H "x-lyncut-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"connectionId":"con_linkedin","mediaKey":"upl_77kd","title":"My video"}'Parameters
| Field | Type | Description |
|---|---|---|
| title * | string | Post commentary. |
| organizationId | string | Post as an organization Page instead of the member. |
| visibility | string | PUBLIC | CONNECTIONS. Defaults to PUBLIC. |
Frequently Asked Questions
Posting as an organization?+
The OAuth flow must include the w_organization_social scope and the member must be a Page admin.
Video specs?+
MP4, up to 15 minutes and 5 GB on LinkedIn's side.
Best practices
- Square or vertical video outperforms landscape in the LinkedIn feed.
- Keep commentary under 150 characters to avoid fold-truncation.
Related APIs
Was this page helpful?
