Upscale low-resolution vintage photo
Upscale this low-resolution vintage photograph to 4x its original dimensions while recovering fine details. Enhance facial features, fabric textures, and background architectural elements. Reduce compression artifacts and noise from the original scan without over-smoothing the natural film grain that gives the image its period character. The result should look like a high-quality drum scan of the original negative rather than an artificially sharpened digital file.
View API Code
curl -X POST https://runapi.ai/api/v1/topaz/text_to_image \
-H "Authorization: Bearer $RUNAPI_KEY" \
-H "Content-Type: application/json" \
--data-binary @- <<'JSON'
{
"model": "topaz-upscale-image",
"prompt": "Upscale this low-resolution vintage photograph to 4x its original dimensions while recovering fine details. Enhance facial features, fabric textures, and background architectural elements. Reduce compression artifacts and noise from the original scan without over-smoothing the natural film grain that gives the image its period character. The result should look like a high-quality drum scan of the original negative rather than an artificially sharpened digital file."
}
JSON