{
"prompt": "A red car",
"num_inference_steps": 28,
"guidance_scale": 3.5,
"output_format": "jpeg",
"control_image_url": ""
}
curl --location --request POST 'https://api.302.ai/302/submit/flux-v1-pro-depth' \
--header 'Authorization: Bearer sk-mfYQzy0XTFfz4P16vRE4gFrKK1Nly4TozsMqbbb9PSiJUvFO' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "A red car",
"num_inference_steps": 28,
"guidance_scale": 3.5,
"output_format": "jpeg",
"control_image_url": ""
}'
{
"images": [
{
"url": "string",
"width": 0,
"height": 0,
"content_type": "string"
}
],
"timings": {},
"seed": 0,
"has_nsfw_concepts": [
true
],
"prompt": "string"
}