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.
Post to every major social network through a single unified social media API
A full social media scheduling API for developers and AI agents
Post to social media via API instantly or schedule for any future date. Support for text, images, videos, carousels, and stories.
Pull engagement metrics, follower growth, and post performance data across all platforms programmatically.
Read and respond to comments, DMs, and mentions across all connected platforms from a single API.
Upload images and videos to your media library, then reference them in posts. Supports all major formats.
Set and retrieve brand voice guidelines so AI agents generate on-brand content automatically.
Schedule dozens of posts in a single API call. Perfect for content calendars, campaigns, and automated pipelines.
Choose the integration path that fits your workflow
Any HTTP client
Standard REST endpoints with JSON responses. Works with any language, framework, or HTTP client. Full OpenAPI spec available.
Claude & Cursor
Connect Aidelly as a Model Context Protocol server. Claude, Cursor, and other MCP-compatible agents get native social media tools.
Zero setup
Install the Aidelly Claude Skill and start posting to social media from Claude immediately. No code, no configuration.
A single curl command to publish across Instagram and LinkedIn
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" }
}
}Plug Aidelly into your existing automation and agent workflows
Common questions about the Aidelly social media API
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.
Start posting to social media via API in minutes. Full REST API, MCP server, and Claude Skill included with every plan.
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.
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.