v1

latestOpenAPI 3.0.02026-07-1471718.0 KB
Bluesky by Unshape

Get Post by URL

Fetch a post by its URL.

get/bluesky/post

Query parameters

postUrlstring required

The post's URL

Headers

X-Bluesky-Usernamestring required

Bluesky username

X-Bluesky-Emailstring required

Bluesky email

X-Bluesky-App-Passwordstring required

Generated app password

Response

Success - Post was successfully created in Bluesky

Example response

{
  "items": [
    {
      "uri": "at://did:plc:ewvi7nxzyoun6zhxrhs64oiz/app.bsky.feed.post/3kjbu7ek2bx24",
      "cid": "bafyreicv2zetk2bpomshttnvop5wjzsa23333f6rmdb5jrq3qpiknnz5he",
      "value": {
        "$type": "app.bsky.feed.post",
        "createdAt": "2024-01-18T20:52:28.624Z",
        "embed": {
          "$type": "app.bsky.embed.record",
          "record": {
            "cid": "bafyreia62rt5noswfic227cdkfd5cxi7q26eofxwclm7otlssncrgfbldi",
            "uri": "at://did:plc:bfacwapenxwtztrqdkgy4ccz/app.bsky.feed.post/3kjbgj5o3gu2t"
          }
        },
        "langs": [
          "en"
        ],
        "text": "great to see this — a Bluesky integration in Postpone, an app you can use to crosspost across platforms, schedule posts, track analytics, and more 🙌"
      }
    }
  ]
}