Hi, I’m trying to use URLBox with a simple GET request in Clay to take website screenshots.
I’m building the screenshot URL like this:
https://api.urlbox.io/v1/[KEY]/png?token=[SECRET]&url={Domain}
The request returns a 200 status, but in Clay the cell is either blank or shows Screenshot {}.
What I’m trying to do is capture the final PNG image URL so I can send it to OpenAI in the next step. I don’t need the actual image, just the working image URL.
Should I be using a different method (maybe POST)? Or is there a better way to extract the URL properly in Clay?