01
Draft
The agent writes into Solnk first. No accidental live post.
Social media API for AI agents
Solnk turns AI output into reviewable social work: drafts, scheduled posts, and controlled publishing across 9 platforms from REST API or MCP.
01 / Protocol
01
The agent writes into Solnk first. No accidental live post.
02
A human keeps the final say until the workflow earns trust.
03
The same object can become scheduled or immediate output.
02 / Request
POST /api/v1/publishes
Authorization: Bearer sk_...
Idempotency-Key: 018f...
{
"publish_mode": "draft",
"content": "Launch post...",
"targets": [
{ "account_id": "019cf5a4-b50d-74ed-8d93-fac527aa1c37" },
{ "account_id": "019cf5a4-b50e-731c-9e30-1d6c7b4e91aa" }
]
}03 / Use cases
Convert a changelog into draft posts for X, LinkedIn, Threads, and Bluesky.
Let Make, n8n, or Zapier pass approved campaign rows into Solnk.
Give the GPT one controlled publishing surface instead of nine fragile platform integrations.
Let an agent prepare everything, then approve only the pieces that sound right.
04 / Supported platforms
Start draft-first. Let direct publishing come later.
Open API docs05 / FAQ
Yes. Solnk exposes REST API and MCP workflows for drafting, scheduling, and publishing. Draft-first review is the recommended setup before direct publishing.
Solnk supports Instagram, TikTok, YouTube, X, LinkedIn, Pinterest, Facebook, Threads, and Bluesky.
No. Solnk has a hosted MCP server at mcp.solnk.com/mcp. You can also use the REST API directly for custom apps and no-code automations.