{ "action": "generate", "prompt": "string", "image_urls": [ "https://example.com/image1.jpg", "https://example.com/image2.jpg" ], "num_images": 1 }
curl --location --request POST 'https://api.yoy-ai.com/banana/images' \ --header 'Authorization: Bearer asdasdasda9998fads' \ --header 'Content-Type: application/json' \ --data-raw '{ "action": "generate", "prompt": "string", "image_urls": [ "https://example.com/image1.jpg", "https://example.com/image2.jpg" ], "num_images": 1 }'
{}