The social media API for developers and AI agents
One REST API and hosted MCP server to publish, schedule, and analyze on TikTok, Instagram, and Facebook — from your code, your agents, or the dashboard.
No credit card required · Join developers shipping on social
One API. TikTok, Instagram, and Facebook.








API-first, with a dashboard when you need it
Build on top of CuteDyno from code or agents, or run your content operations from the dashboard. Same accounts, same API.
How it works
Create an API key, connect your accounts, and publish your first post in under 5 minutes.
Call the REST API from your stack, or use the hosted MCP server from Claude and Cursor.
API key
cdyn_live_••••••••••••••••Generate from Dashboard → API
Get your API key
Sign up and create your API key from the dashboard. Takes 30 seconds — no credit card required.

Connect TikTok, Instagram & Facebook
Link your three supported platforms via hosted OAuth. No developer apps needed.
Launch
Publish, schedule, and analyze from the API, your AI agent, or the dashboard.
One REST API for social publishing
Publish, schedule, and analyze on TikTok, Instagram, and Facebook with one authentication model and one request shape — from your code, Claude, Cursor, or the dashboard.
/v1/social-pagesList connected accounts for your workspace
/v1/postsPublish or schedule to TikTok, Instagram, or Facebook
/v1/upload/signed-urlUpload images and videos before publishing
/agentsLet Claude, Cursor, or any MCP client post in plain language
REST API
Ship your first post in three requests
Create an API key, connect accounts via hosted OAuth, and start publishing. List pages, upload media, schedule posts — see the full API reference for edit, cancel, and platform-specific payloads.
GET /v1/social-pagesList connected TikTok, Instagram, and Facebook accounts
POST /v1/postsCreate drafts or schedule posts to any connected page
POST /v1/upload/signed-urlUpload images and videos before publishing
OpenAPI specFull reference with request and response examples
# 1. List connected pages
curl "https://api.cutedyno.com/v1/social-pages" \
-H "Authorization: Bearer YOUR_API_KEY"
# 2. Get a signed upload URL (optional, for images/videos)
curl -X POST https://api.cutedyno.com/v1/upload/signed-url \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"fileName":"photo.jpg","fileType":"image/jpeg"}'
# 3. Create a post
curl -X POST https://api.cutedyno.com/v1/posts \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"content": {
"contentType": "text",
"message": "Launch day thread"
},
"targetIds": ["PAGE_ID_FROM_STEP_1"],
"saveAsDraft": true
}'Included on Creator, Builder
Everything you need to build on social
Pricing & plans
REST API, MCP server, and dashboard on every plan. Usage-based pricing that scales with your connected accounts.
Save about two months vs paying monthly
Creators & solopreneurs
Unlimited posting, scheduling, and AI content for one brand or side project.
Billed $290/year
- TikTok, Instagram, Facebook & LinkedIn
- 10 social accounts
- Unlimited manual posts
- Unlimited automations
- 50 included AI generations / month
- Unlimited AI with your own API keys
- Unlimited team members
Developers, agents & agencies
Everything in Creator, plus the REST API, MCP, and webhooks so your app or agent can publish.
Billed $990/year
- Everything in Creator
- Unlimited social accounts
- REST API + MCP access
- Hosted OAuth connection sessions
- Webhooks + agent governance
- 150 included AI generations / month
- Priority support
Compare plans
| Feature | Creator | Builder |
|---|---|---|
| Manual posts / month | Unlimited | Unlimited |
| Automations | Unlimited | Unlimited |
| Social accounts | 10 | Unlimited |
| Platforms | TikTok, IG, FB, LinkedIn | TikTok, IG, FB, LinkedIn |
| Team members | Unlimited | Unlimited |
| AI slideshow generations / month | 50 | 150 |
| API + MCP access | — | Yes |
Frequently asked questions

Start building with CuteDyno today
Get your API key in minutes. Publish to TikTok, Instagram, and Facebook from code, agents, or the dashboard — no credit card required.
Or email team@cutedyno.com






