Skip to main content
Bluesky API

Bluesky Scheduling API

Queue Bluesky posts and media for future delivery programmatically. Set a publish time and a timezone, and PostPeer holds the post until that exact local moment. Authentication and rate limits are handled for you.

  • Queue text and media posts for any future date and time
  • IANA timezone support for local-time delivery
  • Exact-time publishing, not a best-effort window
  • Authentication handled, no app password wrangling on your side
No credit card required.
POST https://api.postpeer.dev/v1/posts
{ "platforms": ["twitter", "linkedin"], "content": "Hello world!" }
Published
2 platforms
TwitterLinkedIn
All posts delivered
Scheduled
queue
12
Queued
847
Sent
Next: in 15 min
Platforms
connected
XLIFBTT
One API, every platform
DF

"I was up and running on six different platforms in under 30 minutes. Strongly recommend!"

David Flor, Founder at Darklight Interactive

Divanshu KhatterMarketing Manager at Sembark

"Couldn't figure out the official Pinterest API. PostPeer was smooth. Using it daily."

Divanshu Khatter, Marketing Manager at Sembark

Het TikawalaFounder at Kalizzle AI Studio

"Great integration experience. Jonathan ships fixes within hours. Mad respect for the speed."

Het Tikawala, Founder at Kalizzle AI Studio

How It Works

Add social media to your product in three steps.

01

Get Your API Key

Sign up and get your API key instantly — no sales calls, no complex onboarding.

02

Integrate in Minutes

A single endpoint to post, schedule, and manage content. Drop it into your product and go.

03

Your Users Post Everywhere

Your product now supports every major social platform — without you maintaining a single integration.

API Response Format

Clean, structured JSON that's easy to parse and integrate

Request

POST
curl -X POST https://api.postpeer.dev/v1/posts \
  -H "x-access-key: your-api-key" \
  -H "Content-Type: application/json" \
  -d '{
    "content": "Good morning, shipping something new today.",
    "platforms": [
      {
        "platform": "bluesky",
        "accountId": "acc_bsky_321"
      }
    ],
    "scheduledFor": "2026-09-15T09:00:00+09:00",
    "timezone": "Asia/Tokyo"
  }'

Response

JSON
{
  "postId": "post_bsky_7c3f",
  "status": "scheduled",
  "scheduledFor": "2026-09-15T09:00:00+09:00",
  "timezone": "Asia/Tokyo",
  "platforms": [
    {
      "platform": "bluesky",
      "accountId": "acc_bsky_321",
      "status": "scheduled"
    }
  ]
}

Everything You Need to Schedule Bluesky Posts

Plan your Bluesky calendar through one endpoint. Set a time and a timezone, and PostPeer delivers the post at the exact local moment.

Future-Dated Posts

Send a scheduledFor timestamp with your post and PostPeer queues it instead of publishing immediately. It goes live on the AT Protocol feed at the moment you set.

Timezone-Aware Delivery

Pass an IANA timezone like Asia/Tokyo alongside scheduledFor. PostPeer resolves the local time to an exact instant, so a scheduled slot lands at the right local hour every time.

Content Calendar via API

Queue a week or a month of Bluesky posts in advance, one call each. Build a posting calendar in your own product and let PostPeer hold every slot until its time.

Reschedule and Cancel

Update the scheduledFor time on a queued post or cancel it before it publishes. Move a slot when plans change without recreating the content.

Media Attachments

Schedule posts with images attached. PostPeer validates the media against Bluesky specs before the queued post is delivered.

Cross-Platform Queuing

Schedule the same content to Bluesky plus other platforms in one request, each with its own account. Every platform shares the scheduledFor and timezone.

Frequently Asked Questions

Ready to Add Social Media to Your Product?

One API. Every platform. Start building with free credits.

Start Posting for FreeNo credit card required.
POST https://api.postpeer.dev/v1/posts
{ "platforms": ["twitter", "linkedin"], "content": "Hello world!" }
Published
2 platforms
TwitterLinkedIn
All posts delivered
Scheduled
queue
12
Queued
847
Sent
Next: in 15 min
Platforms
connected
XLIFBTT
One API, every platform