LinkedIn PDF Carousels
Turn multiple images or documents into a scrollable PDF carousel in a single LinkedIn post. Perfect for presentations, portfolios, and multi-page documents.
Overview
Include type: "photo"
and set details.type: "document"
to bundle your media into a PDF carousel. You may upload images, PDFs, Word, or PowerPoint files up to 100 pages/photos.
Request Structure
Parameters
networks.linkedin.type
string
Must be "photo"
networks.linkedin.text
string
Post caption (optional)
networks.linkedin.media[]
array
Up to 100 items; each with "id"
from Media Upload
networks.linkedin.details.type
string
Must be "document"
to enable PDF carousel
networks.linkedin.title
string
Document title (required)
accounts[].id
string
LinkedIn profile or page account ID
accounts[].scheduled_at
string
ISO 8601 timestamp for scheduling (omit to publish immediately)
Supported Features & Limitations
Max Items
100 photos/pages
Supported Formats
JPEG, PNG, PDF, DOCX, PPTX
Media Mix
No GIFs or videos—photos/documents only
Title Requirement
title
field is mandatory
File Size
No explicit size limit for photos; follows Media API rules
Editing
Cannot change media type after scheduling
Workflow
Upload Media Use the Media Upload API to upload images or documents and collect their IDs.
Compose Post
Set
type: "photo"
, addmedia
IDs.Under
details
, set"type": "document"
.Provide a
title
.
Schedule or Publish
Add
scheduled_at
underaccounts
to schedule.Omit
scheduled_at
to publish immediately.
Best Practices
Use high-resolution images or properly formatted documents for clarity.
Craft a concise title that accurately represents the carousel content.
Organize slides in logical order to guide viewers.
Related Topics
Last updated
Was this helpful?