Getting Started
Introduction
What MisarPost is, how it works, and what you can build with it.
What is MisarPost?
MisarPost is an AI-powered social media scheduling and content platform. It lets you:
- Connect Twitter/X, LinkedIn, Instagram, Threads, TikTok, and Bluesky accounts via OAuth
- Generate platform-optimized post variants from a single topic using the AI generation engine
- Schedule posts into a BullMQ-backed queue with safety gates (duplicate detection, gap enforcement, daily limits)
- Monitor trends with Trend Monitor — real-time hashtag tracking across configurable niches
- Repurpose content with Content Repurpose — parse a URL or raw text and produce platform-ready variants
- Track performance with per-post engagement metrics (likes, comments, reposts, impressions)
Authentication
MisarPost uses Misar SSO for user authentication. Your session from id.misar.io is used for all API calls. For programmatic API access (external integrations), generate an API key from Dashboard → Settings → API Keys.
API key scopes
API keys support granular scopes. The available scopes are posts:read, posts:write, schedule:write, drafts:read, drafts:write, generate:write, stats:read, connections:read, and trendpulse:read.
Rate Limits
| Endpoint group | Limit |
|---|---|
| AI generation | 20 requests/minute per user |
| Post scheduling | 30 requests/minute per user |
| Content Repurpose | 10 requests/minute per user |
| Draft bulk actions | 20 requests/minute per user |
| General read endpoints | 60 requests/minute per user |
Free Tier Limits
| Feature | Free tier |
|---|---|
| Posts scheduled per month | 10 |
| AI generations per month | 10 |
| Content Repurpose repurposes per month | 5 |
Upgrade to Pro or Growth Suite to remove these limits.
Status
All MisarPost services are tracked at status.misar.io.