Headers
Your API key. Session cookie authentication is also supported. Generate a key from the dashboard.
Must be
application/json.Body
The request body accepts the same fields as Create Extraction. OnlytoolType and the corresponding target field are required for the estimate.
Extraction tool to estimate. One of:
reply_extractor, retweet_extractor, quote_extractor, follower_explorer, verified_follower_explorer, community_extractor, mention_tracker, user_search.Tweet ID to estimate. Required for
reply_extractor, retweet_extractor, quote_extractor.X username to estimate. Required for
follower_explorer, verified_follower_explorer, mention_tracker.Community ID to estimate. Required for
community_extractor.Search query to estimate. Required for
user_search.Response
- 200 OK
- 400 Invalid Input
- 400 Invalid Tool Type
- 401 Unauthenticated
- 402 Insufficient Credits
Whether the extraction can proceed without exceeding the usage cap.
Data source used for the estimate. One of:
replyCount, retweetCount, quoteCount, followers, unknown.Estimated number of results the extraction will return.
Current usage as a percentage of the monthly cap (0-100).
Projected usage percentage after this extraction completes (0-100+).
allowed is false, the projected usage would exceed the monthly cap:Always call this endpoint before running an extraction to avoid hitting usage limits. If
allowed is false, the corresponding Create Extraction request will return a 402 error. Check your current usage on the dashboard.