Question
AEM Assets API - Upload image through public image url to AEM?
I want to upload images to AEM through Assets API. I see you can add binary files but my question is that how can I possibly upload image assets using image Url which is publicly accessible on web? Like do I need to convert it into blob and then upload it via assets api or is there a better way for the same?
Can someone share precise documentation, examples if they have already done that? That would be extremely helpful.
Thanks