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