Skip to main content
POST
/
x-thread
Get X thread context
curl --request POST \
  --url https://api.tryhuntr.com/x-thread \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "post": "https://x.com/openai/status/1900000000000000000"
}
'
{
  "success": true,
  "request_id": "<string>",
  "result": {},
  "price": 123,
  "credits_remaining": 123
}

Authorizations

x-api-key
string
header
required

Your Huntr API key. Get one at tryhuntr.com. Pass as x-api-key header on all authenticated requests.

Body

application/json
post
string
required

X post ID or public x.com/twitter.com post URL.

pagination
object

Pass pagination.token from the previous response to request the next page.

Response

Thread page returned.

success
boolean
required
request_id
string
required
result
object
required
price
number
required
credits_remaining
number
required