{
"model": "image-01",
"prompt": "海边鱼肚子里发现一张纸条上面写着Rix。"
}
curl --location -g --request POST '/v1/image_generation' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "image-01",
"prompt": "海边鱼肚子里发现一张纸条上面写着Rix。"
}'
{"task_id":"119044601607782400","base_resp":{"status_code":0,"status_msg":"success"}}