Tweetpik API

Hi,

I’m trying to access the Tweetpik API to generate automatic screenshots of tweets.


I removed my API Key.

Somehow it’s not working and I always get this error and output budle:

[
{
“statusCode”: 400,
“headers”: [
{
“name”: “date”,
“value”: “Wed, 04 Sep 2024 12:30:30 GMT”
},
{
“name”: “content-type”,
“value”: “application/json; charset=utf-8”
},
{
“name”: “content-length”,
“value”: “36”
},
{
“name”: “connection”,
“value”: “keep-alive”
},
{
“name”: “cf-ray”,
“value”: “8bddfdb4feeb1b95-DUB”
},
{
“name”: “cf-cache-status”,
“value”: “DYNAMIC”
},
{
“name”: “cache-control”,
“value”: “public, max-age=0, must-revalidate”
},
{
“name”: “etag”,
“value”: “"7j3ysvf3ny10"”
},
{
“name”: “strict-transport-security”,
“value”: “max-age=63072000”
},
{
“name”: “x-matched-path”,
“value”: “/api/images”
},
{
“name”: “x-vercel-cache”,
“value”: “MISS”
},
{
“name”: “x-vercel-id”,
“value”: “dub1::iad1::lh6kt-1725453028745-02d44d05c18c”
},
{
“name”: “report-to”,
“value”: “{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=Y2%2F8vtFjYrEFQ%2BQx5owWswu0Y5GaNOqAC018Tl2YnUveEqkgFafFUmQqEGPXAQAAFFGODTnM%2BvpxV%2FgPhVZceZoY3HX8RG0OUSJrA%2Bzf4YUaM39Yzame26gGow4i2z4%3D"}],"group":"cf-nel","max_age":604800}”
},
{
“name”: “nel”,
“value”: “{"success_fraction":0,"report_to":"cf-nel","max_age":604800}”
},
{
“name”: “vary”,
“value”: “Accept-Encoding”
},
{
“name”: “server”,
“value”: “cloudflare”
},
{
“name”: “alt-svc”,
“value”: “h3=":443"; ma=86400”
}
],
“cookieHeaders”: ,
“data”: {
“message”: “Id should be a string.”
},
“fileSize”: 36
}
]

Can you please help me?