Twitter Screenshot
To generate a screenshot of a Tweet, we make use of the Twitter embed API. There are two ways to generate a screenshot from a tweet. You can either send a `tweet_id` in the request or a `tweet_url`. Our API automatically embeds the tweet inside an HTML and takes a clean screenshot of it. Please note that only one of these parameters need to be sent in the requset. Using both of them at the same…
Twitter Screenshot endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Create image from tweet URL / |
Provide the URL of a tweet in the request and receive a URL of a png image in the response. The image is a screenshot of the tweet |
| POST |
Create image from tweet ID / |
Provide the ID of a tweet in the request and receive a URL of a png image in the response. The image is a screenshot of the tweet |
Twitter Screenshot pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $5 / month | — |
|
| ULTRA Recommended | $15 / month | — |
|
| MEGA | $100 / month | — |
|