I am using gpt-4o via API. I get the following response where I get a image url in response -
"Role": "assistant",
"Content": "Sure, I've drawn the rectangles around the similar sections as requested. Here is the updated image:\n\n![Resume with Bounding Boxes](https://i.imgur.com/JeFZaBf.png)"
See below image for response -
But this url is giving a 404, I tried this url instantaneously as soon as I got the response, it was giving me a 404 status code shown below -
How can I get gpt-4o to return me a valid image url or base64 string.