A social media scheduling API that handles OAuth so you don't have to
We handle the boring stuff so you can focus on your product
We manage LinkedIn OAuth flows and token refresh. You just get a profileKey back.
Currently supports Bluesky and LinkedIn. More platforms coming based on demand.
Built-in enforcement of platform rate limits. We prevent your app from getting banned.
Posts publish within seconds of scheduled time. Simple CRUD API for managing posts.
RESTful API with clear documentation. Built by a developer, for developers.
Get started in minutes with straightforward API endpoints and examples.
Standard HTTP requests, no SDK required
// Schedule a post
fetch('https://api.postcore.dev/posts', {
method: 'POST',
headers: {
'x-api-key': 'YOUR_API_KEY',
'Content-Type': 'application/json'
},
body: JSON.stringify({
profileKey: 'prof_abc123',
content: 'Just shipped a new feature! 🚀',
platforms: ["bluesky", "linkedin"]
scheduledFor: '2025-12-25T10:00:00Z'
})
});That's it. We handle OAuth, rate limits, and posting.
Start free, upgrade when you need more
For testing and small projects
For production apps and serious projects
Need more? Contact us for custom enterprise plans.