Documentation

Welcome to the post2all documentation. Here's everything you need to start scheduling and publishing social media posts programmatically.

Getting Started

  1. Create an API key — Go to Settings → API Keys in your post2all workspace to generate a key. Each key is scoped to a specific organization.

  2. List your accounts — Use the List Accounts endpoint to discover your connected social accounts and their platform capabilities.

  3. Create a post — Call Create Post with content, media, and target account IDs to schedule or publish immediately.

  4. Monitor results — Use List Posts and Get Post to track publish status across platforms.

API Reference

The API Reference covers all REST endpoints with interactive documentation:

SDK

Use the official TypeScript SDK for typed API access:

On this page