I'm trying to run API calls for movie posters from a database to show on my homepage, but the data I get back isn't a full URL. I have hundreds of movie posters I have to go through but I can't enter the full URL by hand on each one.
Ex: /8b8R8l88Qje9dn9OE8PY05Nxl1X.jpg
I need the full URL when applying my data
EX: https://image.tmdb.org/t/p/w1280/8b8R8l88Qje9dn9OE8PY05Nxl1X.jpg
Is there a way to add a prefix to this when in my API Call dashboard so it will come out as the full URL?