UnifyAPI
← Back to catalog

bluesky.profile

mock data$0.001 / call

Bluesky User Profile

Get a Bluesky user profile — display name, bio, avatar URL, follower/following/post counts, account creation date. Lookup by handle (e.g. "jay.bsky.team") (AT Protocol / Bluesky)

Socialprovider: Bluesky#bluesky#social

Input schema

handlerequired

Bluesky handle (e.g. "jay.bsky.team", "pfrazee.com", "apibase.bsky.social")

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/bluesky.profile \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"handle":"<handle>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.