Social Media Automation for Developers & AI Agents
Publish, schedule, and manage content across Instagram, TikTok, X, LinkedIn, Facebook, Threads, and Pinterest, using a clean REST API or a hosted MCP server your AI tools can call directly.
$ curl -X POST https://api.minopa.com/v1/posts \
-H "Authorization: Bearer mnp_live_••••••••" \
-d '{"instagram": {"caption": "Launch day 🚀", ...}}'
{
"data": {
"id": "post_8f3a1c",
"status": "scheduled",
"scheduledTime": "2026-06-12T09:00:00Z"
}
}
Everything in the Dashboard, Now in Your Code
Create drafts, schedule posts, upload media, browse your library, and track publishing status. Everything runs through a predictable JSON API with pagination, clear error codes, and rate-limit headers.
- Full post lifecycle: create, schedule, publish, delete
- Chunked media uploads with async processing
- Interactive OpenAPI reference with live examples
$ curl -X POST https://api.minopa.com/v1/posts \
-H "Authorization: Bearer mnp_live_••••••••" \
-d '{"instagram": {"caption": "Launch day 🚀", ...}}'
{
"data": {
"id": "post_8f3a1c",
"status": "scheduled",
"scheduledTime": "2026-06-12T09:00:00Z"
}
}
Scoped Keys You Can Trust in Production
API keys are bound to a single workspace and carry only the scopes you grant, from read-only reporting to full publishing. Revoke a key and it stops working immediately.
- Granular scopes per key, from read-only to publish
- Workspace-bound keys, never cross-tenant
- Instant revocation and optional expiry dates
Everything You Need to Build
Posts API
Create, schedule, update, publish, and delete posts across all connected platforms.
Media Uploads
Chunked uploads, folders, and URL imports with automatic metadata extraction.
MCP Server
A hosted Model Context Protocol server with 15 tools for AI agents and workflows.
Scoped API Keys
Workspace-bound keys with granular permissions and instant revocation.
OpenAPI Docs
Interactive API reference generated from our OpenAPI specification.
Predictable Limits
Transparent rate limits with standard headers so your integration never guesses.
Start building in minutes
Create an API key from your workspace settings and make your first call today, or plug the MCP endpoint straight into your AI agent.