{
"prompt": "フレンチ・ブルドッグ",
"image_size": {
"width": 1024,
"height": 1024
},
"num_inference_steps": 28,
"guidance_scale": 4.5
}
curl --location --request POST 'https://api.302.ai/302/submit/flux-1-srpo' \
--header 'Authorization: Bearer sk-mfYQzy0XTFfz4P16vRE4gFrKK1Nly4TozsMqbbb9PSiJUvFO' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "フレンチ・ブルドッグ",
"image_size": {
"width": 1024,
"height": 1024
},
"num_inference_steps": 28,
"guidance_scale": 4.5
}'
{
"images": [
{
"url": "https://file.302ai.cn/gpt/imgs/b0f367d98a83293dbcd9068a8dff22ac.jpg",
"content_type": "image/jpeg",
"file_size": 0,
"width": 1024,
"height": 1024
}
],
"seed": 278092851,
"has_nsfw_concepts": [
false
],
"debug_latents": null,
"debug_per_pass_latents": null
}