Skip to main content
Generate multi-slide carousels for LinkedIn, Instagram, Threads, and TikTok using AI copy and design. Start from a topic or your knowledge base, refine in a canvas editor or AI chat, then publish directly to your connected accounts.

Pipeline

1

Generate copy

Provide a topic, URL, or knowledge base. AI produces slide titles, body text, and CTAs optimized for your target platform. Cost: 15 credits.
2

Generate design

AI builds full slides from your copy. Choose Template mode (structured layouts) or AI design mode (fully generated design). Cost: 15 credits.
3

Refine

Edit in the canvas editor or send natural-language instructions to refine individual slides without regenerating the full deck. Cost: 10 credits per refinement.
4

Export and publish

Export slides as PNG/JPEG, upload assets, and create a scheduled post draft — entering the standard publishing pipeline.
curl -X POST https://app.autoposting.ai/api-proxy/carousels/generate \
  -H "Authorization: Bearer sk_your_api_key" \
  -H "Content-Type: application/json" \
  -d '{
    "topic": "5 reasons to automate your social media",
    "platformPreset": "linkedin",
    "slideCount": 7,
    "brandSlug": "brand_slug"
  }'

Credit Costs

OperationCredits
AI copy generation15
AI design generation15
AI design refinement (per request)10
Credits are checked before each AI operation. Insufficient balance returns HTTP 402. Top up from Billing → Buy Credits.

Platform Slide Limits

PlatformMax Slides
Instagram10
Threads20
TikTok35
LinkedIn100

Export Settings

SettingDefaultRange
Width1080 px200–5000 px
Height1350 px200–5000 px
FormatPNGPNG or JPEG
Max file size8 MB per asset

Publish as a Post

After uploading exported slides, create a scheduled post draft:
curl -X POST https://app.autoposting.ai/api-proxy/carousels/:carouselId/create-draft \
  -H "Authorization: Bearer sk_your_api_key" \
  -H "Content-Type: application/json" \
  -d '{
    "mode": "scheduled",
    "platforms": ["linkedin", "instagram"],
    "caption": "5 reasons to automate your social media.",
    "scheduledAt": "2025-06-20T10:00:00Z",
    "brandSlug": "brand_slug"
  }'
ModeBehavior
draftSaves as draft for later editing
scheduledQueues with a future publish datetime
publish-readyEnqueues immediately for validation and publishing

Knowledge Base

Ground AI copy in your own documents and research.

Posts

Carousel drafts enter the standard post publishing pipeline.

Platforms

Platform-specific carousel constraints and slide limits.

API Reference

Full endpoint reference for carousel management.