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