Download images from articles using REST API | Community
Skip to main content

Download images from articles using REST API

  • October 8, 2022
  • 1 reply
  • 0 views

Javier14

Which should be the endpoint or process to download all images/attachments from an article?

I'm listing articles from a category by "/api/v2/help_center/categories/{categoryId}/articles", but I cannot get images, only its URL which is authentication protected.

Thanks in advance.

1 reply

Eric27
  • October 10, 2022
Hey Javier,

You can only download the article attachments from the `content_url`. You're correct that you'll need to be authenticated to use this endpoint.

Apologies for the inconvenience.