cURL
curl --request POST \ --url http://localhost:9000/api/v1/replicate/imageupscale \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form scale=123 \ --form face_enhance=true
Image upscaling using the nightmareai/real-esrgan AI Model.
Was this page helpful?