← Back to catalog
bluesky.profile
mock data$0.001 / callBluesky 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)
Input schema
handlerequired
stringBluesky handle (e.g. "jay.bsky.team", "pfrazee.com", "apibase.bsky.social")
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>"}'