API
Social media posting API for developers and AI agents
Lime Social gives you one API for publishing, scheduling, account management, and analytics across the platforms your customers actually use.
POST /v1/post201 CREATED
curl -X POST https://api.limesocial.io/v1/post \
-H "Authorization: $API_KEY" \
-H "Content-Type: application/json" \
-d '{
"title": "New launch is live",
"mediaUrl": "https://cdn.example.com/demo.mp4",
"accounts": [
{ "platform": "instagram", "username": "brand_account" }
],
"scheduled_date": "2026-08-01T15:00:00Z"
}'