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