Skip to main content
POST
/bluesky/users/posts

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
actor
string
required
Minimum string length: 1
count
integer
required
Required range: x >= 1
timeout
integer
default:300
Required range: 20 <= x <= 1500
filter
enum<string>
default:posts_and_author_threads
Available options:
posts_and_author_threads,
posts_with_replies,
posts_no_replies,
posts_with_media
include_pins
boolean
default:true

Response

Successful Response

uri
string
required
@type
string
default:BlueskyPost
cid
string | null
author
object | null
text
string | null
created_at
string | null
indexed_at
string | null
languages
string[]
reply_count
integer | null
repost_count
integer | null
like_count
integer | null
quote_count
integer | null
bookmark_count
integer | null
reply_parent_uri
string | null
reply_root_uri
string | null
tags
string[]
mention_dids
string[]
labels
string[]
images
object[]
video
object | null
external
object | null
quoted_post
object | null
is_repost
boolean
default:false
reposted_at
string | null
reposted_by
object | null