Built for indie hackers & developers who ship fast!

postcore

A social media scheduling API that handles OAuth so you don't have to

Free tier includes 10 posts/month for testing • No credit card required

Built for developers who ship fast

We handle the boring stuff so you can focus on your product

OAuth Handled

We manage LinkedIn OAuth flows and token refresh. You just get a profileKey back.

Multi-Platform

Currently supports Bluesky and LinkedIn. More platforms coming based on demand.

Rate Limit Protection

Built-in enforcement of platform rate limits. We prevent your app from getting banned.

Reliable Scheduling

Posts publish within seconds of scheduled time. Simple CRUD API for managing posts.

Developer Friendly

RESTful API with clear documentation. Built by a developer, for developers.

Quick Integration

Get started in minutes with straightforward API endpoints and examples.

Simple REST API

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.

Simple, predictable pricing

Start free, upgrade when you need more

MonthlyAnnualSave 17%

Free

$0/month

For testing and small projects

  • 10 posts/month
  • All supported platforms (Bluesky & LinkedIn)
  • Email support
Most Popular

Pro

$15/month

For production apps and serious projects

  • 3,000 posts/month
  • All supported platforms (Bluesky & LinkedIn)
  • Priority support

Need more? Contact us for custom enterprise plans.

Ready to start building?

Get your API key and start scheduling posts in minutes

Get Started Free