Palette
Photo Developer PlatformVideo Developer PlatformPalette AppPalette Video Colorization (via Neural Love)
  • Palette API & No-code Tools
  • 👋Introduction
    • Key features
    • The AI colorization engine
  • 📸Image Processing
    • Subscription plans
    • Bulk Processing with Google Colab and Google Drive
    • API Demo Usage with Google Colab
    • Image python snippets
    • Settings visualized
  • 📽️Video Processing
    • Subscription plans
    • Video Colorization with Google Colab
    • Video python snippets
  • 🛠️Extra resources
    • API reference
      • Colorize image with reference image
      • Colorize image with auto prompt
      • Colorize image with auto prompt base64
      • Colorize video frame with prompt
      • Colorize video frame with reference image
      • Generate video frame prompt
      • Generate image prompt
    • Specification
    • Other resources
Powered by GitBook
On this page
  1. Extra resources
  2. API reference

Colorize image with reference image

PreviousAPI referenceNextColorize image with auto prompt

Last updated 1 year ago

🛠️

Generate Colorization With Reference Image

post
Body
imagestring · binaryRequired
image_refstring · binaryRequired
resolutionstringOptionalDefault: watermarked-sd
auto_colorstringOptionalDefault: true
white_balancestringOptionalDefault: false
temperaturestringOptionalDefault: -0.1
saturationstringOptionalDefault: 1.1
Responses
200
Successful Response
application/json
422
Validation Error
application/json
post
POST /colorize_image_with_reference_image HTTP/1.1
Host: 
Content-Type: multipart/form-data
Accept: */*
Content-Length: 153

{
  "image": "binary",
  "image_ref": "binary",
  "resolution": "watermarked-sd",
  "auto_color": "true",
  "white_balance": "false",
  "temperature": "-0.1",
  "saturation": "1.1"
}
{
  "content": "binary",
  "media_type": "text"
}