{
    "model": "minimaxi-image-01",
    "prompt": "men Dressing in white t shirt, full-body stand front view image :25, outdoor, Venice beach sign, full-body image, Los Angeles, Fashion photography of 90s, documentary, Film grain, photorealistic",
    "aspect_ratio": "16:9",
    "response_format": "url",
    "prompt_optimizer": true
}curl --location --request POST 'https://api.302.ai/minimaxi/v1/image_generation' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
    "model": "minimaxi-image-01",
    "prompt": "men Dressing in white t shirt, full-body stand front view image :25, outdoor, Venice beach sign, full-body image, Los Angeles, Fashion photography of 90s, documentary, Film grain, photorealistic",
    "aspect_ratio": "16:9",
    "response_format": "url",
    "prompt_optimizer": true
}'{
    "base_resp": {
        "status_code": 0,
        "status_msg": "success"
    },
    "data": {
        "image_urls": [
            "https://file.302ai.cn/gpt/imgs/ce313b3c9fcb6b436cfcdfd820690556.jpg"
        ]
    },
    "id": "041d88a669115ae5df49e4c6a5146325",
    "metadata": {
        "failed_count": "0",
        "success_count": "3"
    }
}