
Sometimes Bannerbear has trouble importing images from remote websites. Try the following:
- Double-check your links to ensure there aren't any errors.
- It’s possible that the image host is blocking Bannerbear's access. Try whitelisting the
app.bannerbear.comdomain to stop your server from blocking the Bannerbear requests. - Use the
"proxy": trueflag in your requests to run your images through Bannerbear’s built-in Image Proxy.
{
"template": "MvqYnLpgQwQ0DPKxye",
"formats": ["png","jpg"],
"proxy": true,
"modifications": {
"objects": [
{
"name": "title",
"text": "Hello World",
"color": "#FF5733"
},
{
"name": "avatar",
"background-image": "https://example.com/photo.jpg"
},
{
"name": "background",
"background-color": "#d6d0e15e"
}
]
}
}

