Hi there.
I want to automatize a form, the idea is download the answers as a PDF file automatically. In monday, I use WorkForms Submission Viewer as a manual option to achieve it, I only go to the export button and the PDF File is downloaded:

But, my objective is do the download process usign an API or a link or any kind of automatic process, because I need to storage each form’s answers as a PDF file into a repository.
I also found that forms generate this column call it “Submission link”, this links open a new browser tab with the answers:

I could use that link to download the page with a curl, but the problem is that the images does not appear when I click into these links:

I do not know if this a permission problem.
I would appreciate any suggestions or comments.
Thank you.