i have upload a image in document when i get that image by api the url is like
the image quality is lower than original image so how to get the same original quality by api
i know by removing auto=compress it get quality bt how in api
i have upload a image in document when i get that image by api the url is like
i know by removing auto=compress it get quality bt how in api
I have responded to your to the JIRA issue you have created, and basically simply add auto=enhance to the links that the API provides.
You can find more info in this thread
I’m getting image by api the link is like
so my question is by default for all image have auto=compress,format in the link so how to call api without that
Thanks, @brandliquidprotein for the clarifications; I believe the only way around this is to strip the parameters using a regex or some library on your application side.