Authorization: Bearer ********************
{ "model": "ideogram-v3-balanced", "magic_prompt_option": "AUTO", "seed": 111, "prompt": "cat", "num_images": 1 }
curl --location --request POST 'https://api.kwwai.top/v1/images/generations' \ --header 'Authorization: Bearer ' \ --header 'Content-Type: application/json' \ --data-raw '{ "model": "ideogram-v3-balanced", "magic_prompt_option": "AUTO", "seed": 111, "prompt": "cat", "num_images": 1 }'
{ "created": 1589478378, "data": [ { "url": "https://..." }, { "url": "https://..." } ] }