Authorization: Bearer ********************
{
"prompt": "ein fantastisches bild",
"width": 1024,
"height": 768,
"steps": 28,
"prompt_upsampling": false,
"seed": 42,
"guidance": 3,
"safety_tolerance": 2,
"output_format": "jpeg"
}
curl --location --request POST 'https://api.mjdjourney.cn/v1/flux-dev' \
--header 'Authorization: 123456' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "ein fantastisches bild",
"width": 1024,
"height": 768,
"steps": 28,
"prompt_upsampling": false,
"seed": 42,
"guidance": 3,
"safety_tolerance": 2,
"output_format": "jpeg"
}'
{
"id": "string"
}