Threads Upload API Videos, Images & Text

Post content to Threads programmatically. Meta's Threads API simplified.

Start Free
threads-upload.ts
import { UploadPost } from 'upload-post';

const uploader = new UploadPost('your-api-key');

await uploader.upload('video.mp4', {
  title: 'My Threads post',
  platforms: ['threads']
});

Threads API Features

Video Posts

Upload native videos to Threads feeds.

Image Posts

Share images with captions.

Carousels

Post multi-image carousels.

Text Posts

Create text-only posts and conversations.

Scheduling

Schedule posts for optimal engagement.

Analytics

Track likes, reposts and engagement.

Ready to automate your Threads presence?

Start posting to Threads programmatically today.

Create Free Account