Get a Threads profile for a creator or account.
Endpoint
/v1/threads/profiles/{handle}
Path
Threads handle to look up, with or without a leading @.
const response = await fetch( "https://api.socialfetch.dev/v1/threads/profiles/charlidamelio", { headers: { "x-api-key": "YOUR_API_KEY" } } ); const data = await response.json(); console.log(data);