X (Twitter) API Videos, Images & Threads
Post content to X programmatically. Twitter API v2 simplified.
Start Free x-upload.ts
import { UploadPost } from 'upload-post';
const uploader = new UploadPost('your-api-key');
await uploader.upload('video.mp4', {
title: 'My tweet with video',
platforms: ['x']
}); X/Twitter API Features
Video Tweets
Upload native videos directly to X/Twitter.
Image Posts
Share images with up to 4 photos per tweet.
GIF Support
Post animated GIFs to engage your audience.
Threads
Create multi-tweet threads automatically.
Scheduling
Schedule tweets for optimal engagement.
Analytics
Track impressions, likes and retweets.
Ready to automate your X/Twitter presence?
Start posting videos and threads programmatically today.
Create Free Account