Last updated 1 year ago
This is my description of the API endpoint
/colorize_image_with_auto_prompt
curl -L \ --request POST \ --url '/colorize_image_with_auto_prompt' \ --header 'Content-Type: multipart/form-data' \ --form 'image=text' \ --form 'resolution=watermarked-sd' \ --form 'prompt=' \ --form 'standard_filter_id=1' \ --form 'artistic_filter_id=0' \ --form 'raw_captions=false' \ --form 'pre_fix=' \ --form 'post_fix=' \ --form 'auto_color=true' \ --form 'white_balance=false' \ --form 'temperature=-0.1' \ --form 'saturation=1.1'
{ "content": "text", "media_type": "text" }