The post method expects a json object in the following format:
{ "styleImageURL":"https://styleImageURL.com", "contentImageURL":"https://contentImageURL.com" }
The model will then return a json object with the following format:
{ "outputImage": "http://outputstylizedurl.com" }Note: The model can accept images of any size or resolution but will take more time processing depending on the quality of the images.