Hi @HRAHOUANI Could you check the size of your images? Even better try lazy loading your images. FYI Larger images will lead to greater loading ...read more
I noticed that vids was not in quotes Could you try the following code const body = JSON.stringify({
"vids": [contactId],
});
const headers...read more
Hi, I noticed that you are accesing your API key and list id via your environment. It may be that these variables are not properly setup on your envi...read more