Hi Gergo,
That can work if you don't mind getting errors in some % of cases where the file format would require a more complex URL scheme.
I forgot an important aspect which is that at this point, we're only concerned about JPG and PNG formats, which I suppose should be fairly uncomplex.
use the API in batches. You can retrieve the information (including thumbnail URL) for 500 files in a single request (5000 if you get a bot flag):
That's a neat idea - I didn't know that the API took multiple file names in one query. If we could do 500 files per request, 10-12 per minute, that's a more than adequate - but it feels that this is something that we should be talking to ops about to validate?
Sincerely, Jonas