{
"prompt": "A dog",
"negative_prompt": "",
"image_size": {
"width": 1024,
"height": 768
},
"num_inference_steps": 12,
"guidance_scale": 4.5,
"output_format": "jpeg"
}
curl --location --request POST 'https://api.302.ai/302/submit/sd-3.5-large-turbo' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "A dog",
"negative_prompt": "",
"image_size": {
"width": 1024,
"height": 768
},
"num_inference_steps": 12,
"guidance_scale": 4.5,
"output_format": "jpeg"
}'
{}