v1
latestOpenAPI 3.0.02026-07-1471718.0 KBBluesky by Unshape
Create post
Create a post from the request's body and publish it on Bluesky.
post/bluesky/create-post
Headers
X-Bluesky-Usernamestring required
Bluesky username
X-Bluesky-Emailstring required
Bluesky email
X-Bluesky-App-Passwordstring required
Generated app password
Request body
Example request
{
"embedUrl": "https://www.unshape.app/bluesky-bot/",
"text": "Start automating your Bluesky, Mastodon and Threads posts with Unshape for Zapier, Make and Pipedream.",
"tags": "#zapier #unshape #bluesky",
"lang": [
"fr-FR",
"en-US"
],
"image": "https://miro.medium.com/v2/resize:fit:1200/1*CzJjMf0WJS-ZMBgvO4m_Nw.png",
"startThread": true
}Response
Success - Post was successfully created in Bluesky
Example response
{
"success": true,
"result": {
"uri": "at://did:plc:zrorfsettofvnoguuyk6cart/app.bsky.feed.post/3kkypj7dft626",
"cid": "bafyreibqqhsm3ap4mxcc74t22kxvfswzhdtisqhehaz4vzuj4vwm73kma4"
}
}