X-Api-Key: ********************{
"prompt": "string",
"model": "string",
"n": 1,
"quality": "string",
"response_format": "url",
"size": "string",
"style": "string",
"user": "string",
"source": "ai_image"
}curl --location '/api/ai/image/generate/async' \
--header 'X-Api-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"prompt": "string",
"model": "string",
"n": 1,
"quality": "string",
"response_format": "url",
"size": "string",
"style": "string",
"user": "string",
"source": "ai_image"
}'{
"data": {
"logId": "string",
"status": "generating"
},
"code": 0,
"message": "string"
}