Connect Your Account
Link your X account to the workspace. PostZen keeps ownership, permissions, and campaign context in one place.
Stop wrestling with X drafts, media reviews, and publishing status. PostZen keeps X planning, scheduling, and campaign context in one calm workflow.
No credit card required. View X API documentation ->
{
"platforms": ["x"],
"accountId": "acc_abc123",
"content": "Hello from PostZen!",
"scheduledFor": "2025-01-15T19:00:00Z"
}WHY POSTZEN VS. X API?
Save 4-6 weeks of development time. Ship your X API integration today, not next month.
Keep X content planning and publishing context in PostZen before anything reaches the channel.
Teams can plan tweets, threads, images, videos, and GIFs without splitting work across documents and chat.CONTENT TYPES
HOW IT WORKS
Link your X account to the workspace. PostZen keeps ownership, permissions, and campaign context in one place.
Draft tweets, media, and captions in the same workspace your team already uses.
PostZen keeps the queue clear and gives your team publishing status without checking X directly.
FEATURES
Go from zero to scheduled X work without chasing thread reviews across chat, docs, and spreadsheets.
Keep X publishing workflows clear while PostZen keeps campaign planning and scheduling organized.
Media handling, scheduling, and channel variants stay connected from draft to live post.
CODE EXAMPLE
const response = await fetch("https://api.postzen.dev/v1/posts", {
method: "POST",
headers: {
"Authorization": "Bearer POSTZEN_API_KEY",
"Content-Type": "application/json"
},
body: JSON.stringify({
platforms: [{ platform: "x", accountId: "your-x-account-id" }],
content: "Building the future with calm campaign workflows",
mediaItems: [{ url: "https://cdn.example.com/launch-image.jpg" }],
scheduledFor: "2026-06-15T19:00:00Z",
tags: ["launch", "x"]
})
});
const result = await response.json();
console.log("Scheduled successfully:", result.post._id);ONE API, 10 PLATFORMS
Join focused teams who chose PostZen over building around disconnected platform tools. Same reliability, 10x less code.