Hi guys,
I wonder how to download images from new posts via API.
Assume someone comments on a topic and adds a new post with in image.
I am able to get the post via Discourse API Docs
Then I see the “Raw” item in the response. Example:
I assume “srRI0NdOWeF3ime6IZs78wc0iMP” is the ID of the image. How I am able to download this image from the API?
My goal is to take posts with images from Discourse and repost them on Twitter.