Developers

Build on OpenPost. Create posts, manage schedules, pull analytics, and let AI agents manage social media — all programmatically.

REST API

Full CRUD for posts, integrations, analytics, and AI content generation.

AI Agent Support

OpenPost works with Claude, GPT, and other AI agents out of the box.

Real-time Webhooks

Get notified when posts publish, fail, or hit engagement milestones.

Complete Documentation

Interactive API docs, code examples in every language, and a JavaScript SDK.

# Create a scheduled post

curl -X POST https://api.openpost.so/v1/posts \

-H "Authorization: Bearer op_live_xxx" \

-d '{"content":"Hello!","platforms":["twitter","instagram"],"schedule_at":"2026-04-05T09:00:00Z"}'