X (Twitter) API support is coming soon
We are building full X integration with reply management, DMs, mention tracking, and tweet publishing through the same unified API. Join the waitlist to get notified when X support launches.
What you can do with X (Twitter).
Comments
Read and reply to replies on your posts. Coming soon.
Direct Messages
Read and send DMs through the unified inbox. Coming soon.
Mentions
Track when other users mention your account in their posts. Coming soon.
Publishing
Publish text posts, images, videos, and polls. Coming soon.
Webhooks
Real-time notifications for new replies, DMs, and mentions. Coming soon.
See it in action.
Post a tweet with an image (preview)
1# Coming soon - preview of the planned API
2curl -X POST https://api.social-api.ai/v1/posts \
3 -H "Authorization: Bearer <your-api-key>" \
4 -H "Content-Type: application/json" \
5 -d '{
6 "account_id": "<account-id>",
7 "platforms": ["x-twitter"],
8 "text": "Just launched our new API. Check it out!",
9 "media_ids": ["<media-id>"]
10 }' | jq
11
12# Expected response
13{
14 "id": "<post-id>",
15 "status": "published",
16 "platforms": {
17 "x-twitter": {
18 "status": "published",
19 "platform_post_id": "1834567890123456789",
20 "published_at": "2026-04-15T12:00:00Z"
21 }
22 }
23}
This is a preview of what publishing to X will look like. The same unified endpoint you already use for Instagram, LinkedIn, and every other platform.
Why developers love X (Twitter) on SocialAPI.ai
Reply and thread management
When X support launches, you will be able to read all replies on your posts, respond to mentions, and manage conversation threads through the same comment endpoints you already use for other platforms. Reply threads on X will be normalized into the unified comment schema.
Direct message inbox
Access X DMs through the unified conversation endpoint. List active conversations, read message histories, and send replies. SocialAPI.ai will handle X's DM API authentication and message formatting, including support for group conversations.
Multi-format publishing
Publish text posts, image posts (up to 4 images), video posts, and polls through the unified publishing endpoint. SocialAPI.ai will handle X's media upload flow, including chunked uploads for large video files, and return a consistent post object.
Mention and keyword tracking
Monitor when other users mention your account in their posts. The mentions endpoint will return the full post content, author details, and engagement metrics. Build brand monitoring, customer support workflows, or automated response systems across X and every other platform.
Frequently asked questions.
Get started today
Ready to unify your social interactions?
Free tier available · No credit card required · Ships with MCP server