TikTokTikTok · Carousel

TikTok Carousel / Multi-Image API for Developers

Publish multi-image carousel posts (up to 10 images) to Instagram, LinkedIn, Facebook, TikTok, and Threads. Works with TikTok — no platform audit, no complex OAuth setup. Just your access token and a POST request.

No platform audit required — publish on day one

How TikTok Carousel works via PostPulse

The TikTok Carousel / Multi-Image capability in PostPulse lets you publish multi-image carousel posts (up to 10 images) to instagram, linkedin, facebook, tiktok, and threads. PostPulse handles the platform-level authentication, media processing, and delivery so you can focus on building your product.

PostPulse handles OAuth token management, media validation against TikTok's requirements (formats: JPG, PNG, WEBP, MP4, MOV, WebM), and the async delivery to TikTok's API. Real-time webhook events notify your application when publishing succeeds or fails.

Code Example: TikTok Carousel

A complete working example showing how to use the PostPulse API for TikTok carousel.

# Import media from URL
curl -X POST https://api.post-pulse.com/v1/media/upload/import \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{ "url": "https://your-cdn.com/your-media-file.mp4" }'

# Response: { "path": "uuid/media-file.mp4" }

# Create post with the publications array
curl -X POST https://api.post-pulse.com/v1/posts \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "scheduledTime": "2025-06-01T10:00:00Z",
    "isDraft": false,
    "publications": [{
      "socialMediaAccountId": 123,
      "platformSettings": { "type": "TIK_TOK", "privacyLevel": "PUBLIC_TO_EVERYONE" },
      "posts": [{
        "content": "Published via PostPulse API #automation",
            "attachmentPaths": ["uuid/media-file.mp4"]
      }]
    }]
  }'

What you can build with TikTok Carousel

1

Publish step-by-step tutorial carousels automatically

2

Share product comparison slides from your catalog

3

Auto-generate and post data visualization slide decks

4

Create storytelling carousels from blog post content

Carousel is also available on

Use the same feature across multiple platforms with a single PostPulse integration.

Why developers picked PostPulse for TikTok Carousel

Reviewed on Product Hunt
James Mccarthy
James Mccarthy

I use PostPulse with an AI agent via their MCP server. My agent literally posts to social media on its own now. Didn’t expect that to work as smoothly as it did.

Antonio Widera
Antonio Widera

$5/month for what would otherwise require a full backend engineer to maintain? Easy yes. The REST API is clean and well-documented too, which is rare.

Shawn Padilla
Shawn Padilla

Tried to get TikTok API access myself. Three weeks, two rejections. Switched to PostPulse and was posting to TikTok the same day. Wish I hadn’t wasted that time.

Karen Rivers
Karen Rivers

I’m a Make.com power user and needed to post to 5 platforms from one scenario. The native PostPulse app for Make connected everything in one afternoon. Would’ve taken me weeks to do manually.

Douglas Finch
Douglas Finch

I built an n8n automation for a client and needed to add social publishing. The official PostPulse n8n node was literally drag and drop. No headache.

Andrea Scott
Andrea Scott

Saved me months of dev work. I was about to start integrating Instagram and TikTok APIs separately — then I found out Meta’s app review alone can take months. PostPulse just handled all of that. Shipped social posting in under a week.

William Dirks
William Dirks

The most flexible pricing model on the market!

I'm building an AI content factory as a side hustle. I'm still in the experimentation phase, so I don't have the budget for expensive tools — but I also needed to get everything up and running quickly, so I integrated with a ready-to-go API instead. PostPulse offers a flexible pay-as-you-go model that let me experiment first without commitment — and now that we have stable traffic, I’ve switched to their $5/month subscription.

Best support on the market — the founder personally emailed me when I hit a client error and walked me through the fix.

solo serg
solo serg

We optimized the posting to 20 twitter accounts. It was a problem to manage such a number, but through the platform everything works out perfectly. Very convenient dashboard for tracking errors. Great product.

TikTok Carousel — FAQ

Add TikTok Carousel to your app today

Get API access in minutes. No platform audit. No enterprise contract. Make your first TikTok carousel call in under 10 minutes.