Last updated 1 year ago
This is my description of the API endpoint
Successful Response
const response = await fetch('/colorize_video_frame_with_reference_image', { method: 'POST', headers: { "Content-Type": "multipart/form-data" }, body: JSON.stringify({ "image": "binary", "image_ref": "binary" }), }); const data = await response.json();
{ "content": "binary", "media_type": "text" }