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