Colorize video frame with reference image

Colorize Video Frame With Reference Image

post

This is my description of the API endpoint

Body
imagestring · binaryRequired
image_refstring · binaryRequired
resolutionstringOptionalDefault: sd
auto_colorstringOptionalDefault: false
white_balancestringOptionalDefault: false
temperaturestringOptionalDefault: 0.0
saturationstringOptionalDefault: 1.0
Responses
200
Successful Response
application/json
post
POST /colorize_video_frame_with_reference_image HTTP/1.1
Host: 
Content-Type: multipart/form-data
Accept: */*
Content-Length: 141

{
  "image": "binary",
  "image_ref": "binary",
  "resolution": "sd",
  "auto_color": "false",
  "white_balance": "false",
  "temperature": "0.0",
  "saturation": "1.0"
}
{
  "content": "binary",
  "media_type": "text"
}

Last updated