New platform
API Direct now supports Threads
GET /v1/threads/posts
GET /v1/threads/users
GET /v1/threads/user
GET /v1/threads/user/posts
You can now integrate Threads data into your applications. This initial release includes four new endpoints: /v1/threads/posts to search for posts by keyword, /v1/threads/users to search for users, /v1/threads/user to fetch a specific user’s profile, and /v1/threads/user/posts to retrieve posts from a specific user. Each endpoint provides structured responses, making it easy to analyze Threads content and user activity.