I am not sure what the real issue is but my image is publicly accessible via a url similar to
However whenever I submit the image url to pinterest api via the following request body:
requestBody['media_source'] = {
source_type: 'image_url',
url: mediaUrl
}
I keep getting back the following error message:
{
"code": 1,
"message": "Sorry we could not fetch the image."
}
But the url is very much accessible by anyone so why is pinterest unable to get this image.
It's really weird.
Please help.