Skip to main content

How to set text overlay via POST request?

Comments

1 comment

  • Itay Taragano

    Hi,

    As unsigned uploads can be easily manipulated by your end users, including to ones you may not approve, unsigned uploads are restricted to honor only specific parameters (https://cloudinary.com/documentation/image_upload_api_reference#unsigned_upload_parameters). Applying dynamic transformations is one of the disallowed parameters.

    The options to apply transformations dynamically would be to either sign the upload request, and then you'll be able to apply an incoming transformation, or to upload the original image as is, and then apply the transformation as a derived image after the upload is done.

    I hope this helps.

    0

Post is closed for comments.