API Parameters
Customize the response from the Twitter API by adding parameters to your request.
Set engine to either twitter_profile or twitter_tweets.
Twitter API requests use the general parameters below. Each Twitter engine documents its own additional parameters.
| Parameter | Required | Type | Description |
|---|---|---|---|
api_key | ✅ | string | Your API key. See Access the API. |
engine | ✅ | string | Use twitter_profile for profile data or twitter_tweets for timeline results. |