Hyperblues

Create Post

Create a Post

API: com.atproto.repo.createRecord
Auth: Uses your linked Bluesky account

How It Works

This page uses your linked Bluesky account to create posts. The API call:

POST https://bsky.social/xrpc/com.atproto.repo.createRecord Authorization: Bearer {accessJwt} { "repo": "did:plc:...", "collection": "app.bsky.feed.post", "record": { "$type": "app.bsky.feed.post", "text": "Hello!", "createdAt": "..." } }