Assistance Needed: Extracting Screenshot URL for API Integration
Hi Clay team, I'm using this endpoint from ScreenshotOne: https://api.screenshotone.com/take?access_key=...&url=/Website&full_page=true The HTTP API column returns Status Code: 200, but when I open the cell, I see: Cell details: { "{{response": {} } I’ve already created a column called ScreenshotAPI with type Image from URL, but I’m not sure how to extract the actual image URL or route the response into that column. To clarify the purpose: I'm trying to send that screenshot (image URL) to OpenAI's GPT-4o via API in order to get a simple visual judgment — basically having GPT respond with "good" or "bad" based on the website's design. So I need the screenshot URL stored properly for use in a follow-up enrichment step. Could you please clarify how to proceed? Thanks, Dimitris