curl --location --request POST 'https://aigcapi.top/v1/chat/completions' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "stable-diffusion-api",
"messages": [
{
"role": "user",
"content": "striking poses, stunning backdrop of rocky coastline and golden hour lighting, fashion-forward wardrobe, eye-catching accessories, warm and inviting color palette, sharp and detailed digital rendering, stunning high definition finish, on eye level, scenic, masterpiece"
}
]
}'
{
"created": 1589478378,
"data": [
{
"url": "https://..."
},
{
"url": "https://..."
}
]
}