Minopa logoMinopa
Developer Platform

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.

7 platforms, one API
Hosted MCP server included
Scoped workspace API keys
terminal

$ 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"

}

}

REST API

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
Read the API reference
terminal

$ 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"

}

}

Building with AI agents?Minopa ships a hosted MCP server — 16 tools your agents can call to draft, schedule, and publish.Explore the MCP server
Security & Control

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
API Keys
Production keymnp_live_••••••••••••3f9c
active
post:createpost:publishmedia:uploadworkspace:readpost:deleteintegration:read
Staging keymnp_live_••••••••••••a1d2
revoked
Developer Platform

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.