Poster docs

Short and honest. If something is confusing, email support.

Quick start

  1. Sign up. You get a 7-day trial of the full Automation plan.
  2. Connect one social account (Settings → Accounts).
  3. Set a brand voice (Brands) so captions sound like you.
  4. Generate a video (Video) or write a post (Composer).
  5. Publish or schedule. Done.

What you get on Free

  • 1 lifetime AI video (your “wow” moment)
  • 10 AI-written captions per month
  • 3 connected social accounts
  • 5 scheduled/posted items per month
  • 1 brand voice

Every new signup starts with a 7-day full-Automation trial. Cancel any time. If you love it, upgrade — see /pricing.

How video costs actually work

When you generate a video, we pay providers (Runway, Sora, Kling) per second of output. A typical 10-second video costs us $0.50–$1.20 to render. We’re transparent about this:

  • Check /dashboard/usage to see raw provider cost for your workspace this month.
  • See /pricing for per-generation estimate breakdown by quality tier.
  • When a provider is rate-limited or out of credits, you see the real error message.

Platform support matrix

Honest state as of today. Live means a real customer can connect and publish; Beta means the integration is wired but pending platform review; Planned means we haven’t built it yet.

PlatformStatusVideoImageNotes
YouTubeLive
TikTokBetaPending TikTok API review
Instagram ReelsBetaPending Meta app review
XBetaPending X API review
LinkedInPlannedOn the 30-day roadmap
ThreadsPlannedOn the 30-day roadmap
FacebookPlannedShips alongside Instagram
BlueskyPlannedPlanned
PinterestPlannedPlanned

Programmatic API

Every route under /api/* that’s marked workspace-scoped accepts a Bearer token. Create one at /dashboard/api-keys.

# List your video jobs
curl https://poster.abmediax.com/api/video \
  -H "Authorization: Bearer YOUR_KEY"

# Create a video from a prompt
curl -X POST https://poster.abmediax.com/api/video \
  -H "Authorization: Bearer YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"mode":"generate","inputs":{"prompt":"A slow push-in on a barista pulling an espresso shot at dawn","durationSec":10,"stylePreset":"cinematic","aspectRatio":"9:16"},"plan":null,"quality":"standard"}'

MCP (Model Context Protocol)

Poster exposes an MCP server so Claude, ChatGPT, and other MCP-aware assistants can drive it directly. Point your MCP client at https://poster.abmediax.com/api/mcp with your API key.

Keyboard shortcuts

Anywhere in the dashboard, press ? for the full cheatsheet. Highlights:

  • g v — video generator
  • g c — composer
  • g k — calendar
  • g i — ideas

Data + privacy

Export everything you’ve created any time at Settings → Data → Export. Delete your account permanently at abmediax.com/account. No dark patterns.