Image Colorization
Model Overview
Samples



Model Endpoint/Parameters
API Request Samples
Last updated



Last updated
curl 'https://api.topazlabs.com/image/v1/lighting/async'
--header 'Accept: application/json'
--header 'Content-Type: multipart/form-data'
--header 'X-API-Key: YOUR_API_KEY'
--form 'image=@file-path'
--form 'model=Colorize'
--form 'saturation=0.2'
--form 'output_format=jpeg'