Hi,
I have a large number of product images that I want to process using the PhotoRoom API. Specifically, I’d like to apply a custom template to each image by referencing a template ID.
I’ve read through the documentation and I understand how to remove backgrounds and resize images using the API. However, I couldn’t find clear instructions on how to apply a specific template using its ID — i.e., how to send an image to the API, apply a predefined template (via template ID), and receive the final image back.
Is it possible to include the template ID in the API request to automate this process?
Thanks in advance