Download images from articles using REST API
Publicado 08 oct 2022
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.
0
1
1 comentario
Eric Nelson
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.
0
Iniciar sesión para dejar un comentario.