Threads API for AI agents — UnifAPI

UnifAPI’s Threads API gives AI agents access to Threads (Meta) posts, profiles, and replies through one normalized endpoint.

Endpoints (v1)

Endpoint Description
threads/users/get Profile by username
threads/users/posts Recent posts on a profile
threads/posts/get Single post
threads/posts/replies Reply tree
threads/search Search posts

Example

curl https://api.unifapi.com/v1/threads/users/posts \
  -H "Authorization: Bearer $UNIFAPI_KEY" \
  -d '{"username": "zuck"}'

What it’s for

→ Start free · Browse all APIs