Automations - REST API & Webhooks
A publishing engine that responds to your code.
Full programmatic access to every feature in the platform via a clean REST API and bidirectional webhooks. Create posts, schedule content, manage workspaces, pull analytics, and trigger publishing from any system, any language, any stack.
No credit card required. 30 days free. Full API access included from day one.
If you're building a custom internal tool, a client-facing publishing platform, or a content automation pipeline - this is the path. No third-party middleware, no per-task pricing, no abstraction layer between your code and the publishing engine.
Real integrations built on top of the REST API by teams using Saki in production.
Batch operations
A social media agency built an internal tool that accepts a content CSV and schedules all posts in a single API batch. 50+ posts across 10 client workspaces in one run. What previously took half a day now takes under a minute. Time saved: ~5-6 hrs/week · Key calls: POST /posts, GET /accounts, GET /workspaces
Webhook-driven
A media company integrated their headless CMS via webhooks. When an editor publishes an article, the webhook fires - post title, excerpt, and featured image are formatted into platform-specific posts and scheduled across all accounts. Time saved: ~3-4 hrs/week · Key calls: Inbound webhook → POST /posts/schedule
White-label
A SaaS company embedded the publishing API into their own product, giving clients a social scheduling feature without building the infrastructure. Client actions map directly to API calls, all under the SaaS product's brand. Key calls: Full CRUD on /posts, GET /analytics, GET /accounts
E-commerce
An e-commerce team wired their store to the API via inbound webhooks. When a product goes live, a multi-day social campaign is created and scheduled automatically. Product name, image, and price are pulled directly from the webhook payload. Time saved: ~3 hrs/product · Key calls: Inbound webhook → POST /posts
All you need is an API key and an HTTP client. No SDK, no dependencies, no setup wizard.
Sign up for Saki, go to Settings → API, and generate your API key. This key authenticates all requests.
Send a POST to the /posts endpoint with your API key as a Bearer token. Include your content, target accounts, and an optional schedule time.
Register webhook endpoints to receive real-time events (post.published, post.failed, post.scheduled). Build your integration logic and ship it.
Full access to the publishing engine. Here's what you can automate with direct API calls.
The same API powers all of these integrations. Pick the interface that fits your workflow.
30 days free. Full API access from day one. No credit card required. Every endpoint, webhook, and authentication pattern documented and ready to integrate.
Full REST API, MCP, and automation tool access included on all plans.