Can I use image asset in files API?

HI,

We have a requirement where the user can upload an image and see it on the product applied. For that, we are using Image Upload.

In the end, we also want to use this image file just like this: https://preview.threekit.com/api/files/ab9e9551-e9d1-4554-bd4c-b8639e4d448f/content

Any short way to do it? Or the only way is to use player.uploadImage for asset and then upload the image using the files API?

Thanks,
Shivam

Yes, unfrotunately the ImageUpload attribute will only upload the image to the asset service, where files are not accessible through a URL. The file would also need to be uploaded to the file service in order to access it through the URL.

Okay, got it.

Thanks Andrei