One API. Six Platforms.Every Social Media Action.

Post, schedule, and analyze social media across Facebook, Instagram, LinkedIn, X, TikTok, and YouTube with one unified REST API. Built for AI agents, developers, and automation workflows.

Six Platforms, One Endpoint

Post to every major social network through a single unified social media API

Facebook
Instagram
YouTube
Twitter/X
LinkedIn
TikTok

Everything You Can Do via API

A full social media scheduling API for developers and AI agents

Create & Schedule Posts

Post to social media via API instantly or schedule for any future date. Support for text, images, videos, carousels, and stories.

Read Analytics

Pull engagement metrics, follower growth, and post performance data across all platforms programmatically.

Manage Inbox

Read and respond to comments, DMs, and mentions across all connected platforms from a single API.

Upload Media

Upload images and videos to your media library, then reference them in posts. Supports all major formats.

Manage Brand Voice

Set and retrieve brand voice guidelines so AI agents generate on-brand content automatically.

Bulk Operations

Schedule dozens of posts in a single API call. Perfect for content calendars, campaigns, and automated pipelines.

Three Ways to Integrate

Choose the integration path that fits your workflow

REST API

Any HTTP client

Standard REST endpoints with JSON responses. Works with any language, framework, or HTTP client. Full OpenAPI spec available.

  • Bearer token auth
  • JSON request/response
  • OpenAPI 3.0 spec
  • Webhook callbacks

MCP Server

Claude & Cursor

Connect Aidelly as a Model Context Protocol server. Claude, Cursor, and other MCP-compatible agents get native social media tools.

  • Native tool calling
  • Streaming responses
  • Context-aware actions
  • Zero boilerplate

Claude Skill

Zero setup

Install the Aidelly Claude Skill and start posting to social media from Claude immediately. No code, no configuration.

  • One-click install
  • No API key needed
  • Conversational interface
  • All platforms supported

Post to Social Media in One Request

A single curl command to publish across Instagram and LinkedIn

terminal
curl -X POST https://api.aidelly.ai/v1/posts \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "content": "Launching our new API integration! 🚀",
    "platforms": ["instagram", "linkedin"],
    "media": [{
      "url": "https://cdn.example.com/launch.jpg",
      "type": "image"
    }],
    "schedule_at": "2026-03-15T10:00:00Z",
    "brand_voice": "professional"
  }'

Response

{
  "id": "post_abc123",
  "status": "scheduled",
  "platforms": {
    "instagram": { "status": "scheduled", "scheduled_at": "2026-03-15T10:00:00Z" },
    "linkedin": { "status": "scheduled", "scheduled_at": "2026-03-15T10:00:00Z" }
  }
}

Works With Your Stack

Plug Aidelly into your existing automation and agent workflows

n8nWorkflow automation
ZapierNo-code automation
MakeVisual automation
Custom AgentsYour own AI agents
LangChainAgent framework

Frequently Asked Questions

Common questions about the Aidelly social media API

What platforms does the Aidelly social media API support?

The Aidelly REST API supports Facebook, Instagram, LinkedIn, X (Twitter), TikTok, and YouTube. You can create posts, schedule content, read analytics, and manage your inbox across all six platforms through a single unified endpoint.

Can I use the Aidelly API with AI agents like Claude or LangChain?

Yes. Aidelly offers a REST API for any HTTP client, an MCP server for Claude and Cursor, and a Claude Skill for zero-setup integration. AI agents can post, schedule, and analyze social media without custom platform integrations.

Is the social media API suitable for automation workflows?

Absolutely. The API works with n8n, Zapier, Make, and custom automation pipelines. You can trigger posts from any event, schedule content in bulk, and pull analytics programmatically.

Do I need separate API keys for each social platform?

No. You authenticate once with your Aidelly API key and connect your social accounts through the dashboard. The API handles all platform-specific authentication and formatting behind a single unified interface.

What rate limits and pricing apply to the API?

API access is included in all paid plans. Rate limits depend on your plan tier. Check the pricing page for details on request quotas, and the API docs for endpoint-specific limits.

Get Your API Key Today

Start posting to social media via API in minutes. Full REST API, MCP server, and Claude Skill included with every plan.

Compare Aidelly Against Other Social Scheduling Tools

If you are evaluating social media APIs for developer workflows, AI agents, or automation pipelines, these guides compare tools by integration depth and operational reliability.

Buyer FAQs

The Aidelly REST API supports Facebook, Instagram, LinkedIn, X (Twitter), TikTok, and YouTube. You can create posts, schedule content, read analytics, and manage your inbox across all six platforms through a single unified endpoint.

Yes. Aidelly offers a REST API for any HTTP client, an MCP server for Claude and Cursor, and a Claude Skill for zero-setup integration. AI agents can post, schedule, and analyze social media without custom platform integrations.

Absolutely. The API works with n8n, Zapier, Make, and custom automation pipelines. You can trigger posts from any event, schedule content in bulk, and pull analytics programmatically.

No. You authenticate once with your Aidelly API key and connect your social accounts through the dashboard. The API handles all platform-specific authentication and formatting behind a single unified interface.

API access is included in all paid plans. Rate limits depend on your plan tier. Check the pricing page for details on request quotas, and the API docs for endpoint-specific limits.