Skip to main content
POST
/
v1
/
bluesky_post
bluesky_post
curl --request POST \
  --url https://api.fetchbean.com/v1/bluesky_post \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "text": "<string>",
  "langs": [
    "<string>"
  ],
  "facets": [
    {}
  ],
  "embed": {},
  "created_at": "<string>",
  "record": {}
}
'
{}

Authorizations

Authorization
string
header
required

Your fetchbean API key (fb_…).

Body

application/json
text
string
langs
string[]
reply_to
object
reply_root
object
facets
object[]
embed
object
created_at
string
record
object

Response

Success

The response is of type object.