Unique image upload using Content Management API

Hi,

We can see uniqueness check on same image upload on dato cms through UI. Is this functionality available on “Content Management API”?

Thanks,
Jyotirmoy Biswas

You can search for an image’s MD5 hash before you upload it:

If you need a more flexible uniqueness check, you might want to implement your own custom field with a perceptual hash: https://www.phash.org/

3 Likes

Thank you for the feedback.