Documentation
Welcome to the post2all documentation. Here's everything you need to start scheduling and publishing social media posts programmatically.
Getting Started
-
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.
-
List your accounts — Use the List Accounts endpoint to discover your connected social accounts and their platform capabilities.
-
Create a post — Call Create Post with content, media, and target account IDs to schedule or publish immediately.
-
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:
- Authentication — API key header setup
- Accounts — Discover connected platforms
- Posts — Create, schedule, list, update, cancel, and delete posts
- Error Codes — Error response reference
- Supported Platforms — Per-platform posting capabilities
SDK
Use the official TypeScript SDK for typed API access:
- Quickstart — Get set up in minutes
- API Reference — Complete method reference with types